Skip to content

Commit 83d6c90

Browse files
committed
LB3 release updates
* Update version to 3.1.1 * Add versioning table * Remove latest publishConfig from package.json
1 parent 1e8375b commit 83d6c90

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Also see the <a href="http://loopback.io/doc/en/lb2/Strong-Remoting.html">offici
1616

1717
For higher-level transports, such as REST and Socket.IO, existing clients will work well. If you want to be able to swap out your transport, use one of our supported clients. The same adapter model available on the server applies to clients, so you can switch transports on both the server and all clients without changing your application-specific code.
1818

19+
### Supported versions
20+
21+
Current|Long Term Support
22+
:-:|:-:
23+
3.x|2.x
24+
25+
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
26+
1927
## Installation
2028

2129
```sh

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"REST"
99
],
1010
"version": "3.1.0",
11-
"publishConfig": {
12-
"tag": "next"
13-
},
1411
"scripts": {
1512
"test": "mocha",
1613
"posttest": "grunt eslint"

0 commit comments

Comments
 (0)