Skip to content

Commit 75b1986

Browse files
committed
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š)
1 parent af855ac commit 75b1986

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2019-09-19, Version 3.8.0
2+
=========================
3+
4+
* chore: set package-lock=false in .npmrc (Aidan Harbison)
5+
6+
* Extends test structure to cover fix (Viktor Shanin)
7+
8+
* Fix Index upgrade (Viktor Shanin)
9+
10+
* fix: jsdoc (#385) (Janny)
11+
12+
* Enable Travis CI integration (Miroslav Bajtoš)
13+
14+
* Manually fix remaining linting violations (Miroslav Bajtoš)
15+
16+
* Auto-fix linting violations (Miroslav Bajtoš)
17+
18+
* Update eslint to ^6.0.1 (Miroslav Bajtoš)
19+
20+
* Update dev-dependencies (Miroslav Bajtoš)
21+
22+
123
2019-06-26, Version 3.7.0
224
=========================
325

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "Loopback PostgreSQL Connector",
55
"engines": {
66
"node": ">=8"

0 commit comments

Comments
 (0)