Start development of 3.0

- Update version number in package.json, publish under "next" tag
 - Add 3.0-RELEASE-NOTES.md to incrementally build release docs
This commit is contained in:
Miroslav Bajtoš 2015-12-22 12:48:06 +01:00
parent dfda177ff7
commit d3e2520b1f
2 changed files with 9 additions and 1 deletions

7
3.0-RELEASE-NOTES.md Normal file
View File

@ -0,0 +1,7 @@
# 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.
See also https://github.com/strongloop/loopback/blob/master/3.0-DEVELOPING.md

View File

@ -1,6 +1,7 @@
{
"name": "loopback-datasource-juggler",
"version": "2.44.0",
"version": "3.0.0-alpha.1",
"publishConfig": { "tag": "next" },
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",