Skip to content

Commit 51a165d

Browse files
committed
3.0.0
* upgrade deps (Raymond Feng) * Replicate .github from loopback repo (Siddhi Pai) * Remove unused CI config (Simon Ho) * Add CI config to package.json (Simon Ho) * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai) * Drop support for Node v0.10 and v0.12 (Siddhi Pai) * Start the development of the next major version (Siddhi Pai) * Update README.md (#27) (Rand McKinney) * Update readme (Amir Jafarian) * Add connectorCapabilities global object (#24) (Nicholas Duffy)
1 parent 2ff1d97 commit 51a165d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2018-08-27, Version 3.0.0
2+
=========================
3+
4+
* upgrade deps (Raymond Feng)
5+
6+
* Replicate .github from loopback repo (Siddhi Pai)
7+
8+
* Remove unused CI config (Simon Ho)
9+
10+
* Add CI config to package.json (Simon Ho)
11+
12+
* Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)
13+
14+
* Drop support for Node v0.10 and v0.12 (Siddhi Pai)
15+
16+
* Start the development of the next major version (Siddhi Pai)
17+
18+
* Update README.md (#27) (Rand McKinney)
19+
20+
* Update readme (Amir Jafarian)
21+
22+
* Add connectorCapabilities global object (#24) (Nicholas Duffy)
23+
24+
125
2016-10-11, Version 1.2.0
226
=========================
327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-sqlite3",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0",
44
"description": "Loopback SQLite3 Connector",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)