Skip to content

Commit 05f10c8

Browse files
authored
Merge pull request #1198 from strongloop/release/3.x
Prepare for 3.x GA
2 parents a9a4fa4 + b60e097 commit 05f10c8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb).
44

5+
## Supported versions
6+
7+
Current|Long Term Support
8+
:-:|:-:
9+
3.x|2.x
10+
11+
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
12+
513
## Usage
614

715
Install Juggler:
@@ -22,4 +30,4 @@ See the [official documentation](http://docs.strongloop.com).
2230

2331
### Creating data sources programmatically
2432

25-
See [Advanced topics: data sources](http://docs.strongloop.com/display/LB/Advanced+topics%3A+data+sources).
33+
See [Advanced topics: data sources](http://docs.strongloop.com/display/LB/Advanced+topics%3A+data+sources).

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "loopback-datasource-juggler",
33
"version": "3.1.0",
44
"publishConfig": {
5-
"tag": "next",
65
"export-tests": true
76
},
87
"description": "LoopBack DataSoure Juggler",

0 commit comments

Comments
 (0)