Start development of 3.0
This commit is contained in:
parent
d2c55e79c5
commit
889a9fe275
|
@ -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",
|
||||
"version": "2.22.0",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"publishConfig": {
|
||||
"tag": "next"
|
||||
},
|
||||
"description": "Convention-based bootstrapper for LoopBack applications",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue