Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
 * Fix connect error handling (Raymond Feng)
 * Update eslint-config-loopback to 13.1.0 (Miroslav Bajtoš)
 * Update dependencies to latest versions (Miroslav Bajtoš)
 * Drop Node.js 6 from supported platforms (Miroslav Bajtoš)
 * Add Node.js 12 to CI build matrix (Miroslav Bajtoš)
 * Run shared tests from both v3 and v4 of juggler (Miroslav Bajtoš)
 * chore: update copyrights years (Agnes Lin)
  • Loading branch information
raymondfeng committed Oct 23, 2019
1 parent 772fabd commit 86695a6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
2019-01-15, Version 3.0.1
2019-10-23, Version 3.0.2
=========================

* Fix connect error handling (Raymond Feng)

* Update eslint-config-loopback to 13.1.0 (Miroslav Bajtoš)

* Update dependencies to latest versions (Miroslav Bajtoš)

* Drop Node.js 6 from supported platforms (Miroslav Bajtoš)

* Add Node.js 12 to CI build matrix (Miroslav Bajtoš)

* Run shared tests from both v3 and v4 of juggler (Miroslav Bajtoš)

* chore: update copyrights years (Agnes Lin)


2019-01-14, Version 3.0.1
=========================

* [WebFM] cs/pl/ru translation (candytangnb)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-connector-kv-redis",
"version": "3.0.1",
"version": "3.0.2",
"description": "The official Redis KeyValue connector for LoopBack",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 86695a6

Please sign in to comment.