Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
 * chore: set package-lock=false in .npmrc (Aidan Harbison)
 * Extends test structure to cover fix (Viktor Shanin)
 * Fix Index upgrade (Viktor Shanin)
 * fix: jsdoc (#385) (Janny)
 * Enable Travis CI integration (Miroslav Bajtoš)
 * Manually fix remaining linting violations (Miroslav Bajtoš)
 * Auto-fix linting violations (Miroslav Bajtoš)
 * Update eslint to ^6.0.1 (Miroslav Bajtoš)
 * Update dev-dependencies (Miroslav Bajtoš)
  • Loading branch information
dhmlau committed Sep 19, 2019
1 parent af855ac commit 75b1986
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2019-09-19, Version 3.8.0
=========================

* chore: set package-lock=false in .npmrc (Aidan Harbison)

* Extends test structure to cover fix (Viktor Shanin)

* Fix Index upgrade (Viktor Shanin)

* fix: jsdoc (#385) (Janny)

* Enable Travis CI integration (Miroslav Bajtoš)

* Manually fix remaining linting violations (Miroslav Bajtoš)

* Auto-fix linting violations (Miroslav Bajtoš)

* Update eslint to ^6.0.1 (Miroslav Bajtoš)

* Update dev-dependencies (Miroslav Bajtoš)


2019-06-26, Version 3.7.0
=========================

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-postgresql",
"version": "3.7.0",
"version": "3.8.0",
"description": "Loopback PostgreSQL Connector",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 75b1986

Please sign in to comment.