Skip to content

Commit 2da4491

Browse files
committed
3.0.0
* Update to mainline swagger-ui (Samuel Reed) * Start 3.0 development (Miroslav Bajtoš)
1 parent bce7412 commit 2da4491

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
2016-10-12, Version 2.7.0
210
=========================
311

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "loopback-component-explorer",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0",
4+
"publishConfig": {
5+
"tag": "next"
6+
},
47
"description": "Browse and test your LoopBack app's APIs",
58
"main": "index.js",
69
"scripts": {

0 commit comments

Comments
 (0)