Skip to content

Commit

Permalink
3.0.0-alpha.2
Browse files Browse the repository at this point in the history
 * Update translated strings Q2 2017 (Allen Boone)
 * Update connector version to 4.0.0 (#30) (Sakib Hasan)
 * Remove node 10 and 12 travis (#31) (Sakib Hasan)
 * Remove flush op flag (Simon Ho)
 * Disable flush operation tests (Simon Ho)
 * Update paid support URL (Siddhi Pai)
 * Favour user-defined URL settings (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)
  • Loading branch information
Kevin Delisle committed Jun 22, 2017
1 parent 39793ae commit 8b2516f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
@@ -1,3 +1,27 @@
2017-06-22, Version 3.0.0-alpha.2
=================================

* Update translated strings Q2 2017 (Allen Boone)

* Update connector version to 4.0.0 (#30) (Sakib Hasan)

* Remove node 10 and 12 travis (#31) (Sakib Hasan)

* Remove flush op flag (Simon Ho)

* Disable flush operation tests (Simon Ho)

* Update paid support URL (Siddhi Pai)

* Favour user-defined URL settings (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)


2016-11-16, Version 1.1.0
=========================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "loopback-connector-kv-redis",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "The official Redis KeyValue connector for LoopBack",
"engines": {
"node": ">=4"
},
},
"keywords": [
"StrongLoop",
"LoopBack",
Expand Down

0 comments on commit 8b2516f

Please sign in to comment.