We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce7412 commit 2da4491Copy full SHA for 2da4491
2 files changed
CHANGES.md
@@ -1,3 +1,11 @@
1
+2016-10-14, Version 3.0.0
2
+=========================
3
+
4
+ * Update to mainline swagger-ui (Samuel Reed)
5
6
+ * Start 3.0 development (Miroslav Bajtoš)
7
8
9
2016-10-12, Version 2.7.0
10
=========================
11
package.json
@@ -1,6 +1,9 @@
{
"name": "loopback-component-explorer",
- "version": "3.0.0-alpha.1",
+ "version": "3.0.0",
+ "publishConfig": {
+ "tag": "next"
+ },
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {
0 commit comments