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:
parent
dfda177ff7
commit
d3e2520b1f
|
@ -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
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.44.0",
|
"version": "3.0.0-alpha.1",
|
||||||
|
"publishConfig": { "tag": "next" },
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue