Merge pull request #211 from strongloop/start/3.0
Start development of 3.0
This commit is contained in:
commit
28d58ede8e
|
@ -0,0 +1,6 @@
|
||||||
|
# List of notable changes made between 2.x and 3.0
|
||||||
|
|
||||||
|
All breaking changes must be described here. When adding a new entry,
|
||||||
|
always describe the impact on users and instructions for upgrading
|
||||||
|
applications from 2.x to 3.0.
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-boot",
|
"name": "loopback-boot",
|
||||||
"version": "2.22.0",
|
"version": "3.0.0-alpha.1",
|
||||||
|
"publishConfig": {
|
||||||
|
"tag": "next"
|
||||||
|
},
|
||||||
"description": "Convention-based bootstrapper for LoopBack applications",
|
"description": "Convention-based bootstrapper for LoopBack applications",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue