Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 6aebf53

Browse files
chore: release 5.0.0 (#201)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Justin Beckwith <[email protected]>
1 parent 7ba26f4 commit 6aebf53

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010
- Update code style and switch to using Semistandard for linting
1111
- Added `yarn.lock` file
1212
- Updated licensing, authors, contributors, readme
13+
## [5.0.0](https://www.github.com/googleapis/nodejs-datastore-session/compare/v4.0.0...v5.0.0) (2020-06-11)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* The import style of this library has changed. In previous versions, the default export was a function which accepted a session parameter. The import style is now es module compliant:
19+
20+
### Features
21+
22+
* convert to TypeScript ([#200](https://www.github.com/googleapis/nodejs-datastore-session/issues/200)) ([02d6483](https://www.github.com/googleapis/nodejs-datastore-session/commit/02d6483e5bf1ed7c1397458c2d1c6a7e33aa7b26))
23+
* drop Node 8 from engines field ([#198](https://www.github.com/googleapis/nodejs-datastore-session/issues/198)) ([b01e4e8](https://www.github.com/googleapis/nodejs-datastore-session/commit/b01e4e8b8ce39f281cd76070a57ff37bc48e5e30))
24+
25+
26+
### Bug Fixes
27+
28+
* apache license URL ([#468](https://www.github.com/googleapis/nodejs-datastore-session/issues/468)) ([#192](https://www.github.com/googleapis/nodejs-datastore-session/issues/192)) ([d2e90bf](https://www.github.com/googleapis/nodejs-datastore-session/commit/d2e90bfe5584433e03e8de3a4587420bb7691a85))
29+
* **deps:** update dependency @google-cloud/datastore to v6 ([#205](https://www.github.com/googleapis/nodejs-datastore-session/issues/205)) ([877df23](https://www.github.com/googleapis/nodejs-datastore-session/commit/877df23f70496b3d52bcb90bc8e4a5959a9ce67e))
30+
1331
## [4.0.0](https://www.github.com/googleapis/nodejs-datastore-session/compare/v3.1.1...v4.0.0) (2019-12-05)
1432

1533

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/connect-datastore",
33
"description": "Google Cloud Datastore session store for Express/Connect",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"main": "./build/src/index.js",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 10000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/connect-datastore": "^4.0.0",
17+
"@google-cloud/connect-datastore": "^5.0.0",
1818
"@google-cloud/datastore": "^6.0.0",
1919
"express": "^4.16.4",
2020
"express-session": "^1.15.6"

0 commit comments

Comments
 (0)