Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
 * Upgrade dependencies (Miroslav Bajtoš)
 * Upgrade codebase to ES6 (Miroslav Bajtoš)
 * Drop support for Node.js 4.x (Miroslav Bajtoš)
 * add delete method (Matteo Padovano)
 * Update LICENSE (Diana Lau)
 * Add stalebot configuration (Kevin Delisle)
 * Update Issue and PR Templates (#36) (Sakib Hasan)
 * Update translated strings Q3 2017 (Allen Boone)
 * update messages.json (Diana Lau)
 * Add CODEOWNER file (Diana Lau)
  • Loading branch information
bajtos committed Jun 4, 2018
1 parent 7bb583e commit 5ac1042
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
@@ -1,3 +1,27 @@
2018-06-04, Version 3.0.0
=========================

* Upgrade dependencies (Miroslav Bajtoš)

* Upgrade codebase to ES6 (Miroslav Bajtoš)

* Drop support for Node.js 4.x (Miroslav Bajtoš)

* add delete method (Matteo Padovano)

* Update LICENSE (Diana Lau)

* Add stalebot configuration (Kevin Delisle)

* Update Issue and PR Templates (#36) (Sakib Hasan)

* Update translated strings Q3 2017 (Allen Boone)

* update messages.json (Diana Lau)

* Add CODEOWNER file (Diana Lau)


2017-06-22, Version 3.0.0-alpha.2
=================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-kv-redis",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "The official Redis KeyValue connector for LoopBack",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 5ac1042

Please sign in to comment.