Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 11, 2023
1 parent dd7f9f9 commit a9744b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
- Update code style and switch to using Semistandard for linting
- Added `yarn.lock` file
- Updated licensing, authors, contributors, readme
## [7.0.0](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.1...v7.0.0) (2023-08-10)


### ⚠ BREAKING CHANGES

* upgrade to NOde 14 ([#347](https://github.com/googleapis/nodejs-datastore-session/issues/347))

### Miscellaneous Chores

* Upgrade to NOde 14 ([#347](https://github.com/googleapis/nodejs-datastore-session/issues/347)) ([dd7f9f9](https://github.com/googleapis/nodejs-datastore-session/commit/dd7f9f9098f1f5012990f1f120d446e4424fbcf3))

## [6.0.1](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.0...v6.0.1) (2022-08-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/connect-datastore",
"description": "Google Cloud Datastore session store for Express/Connect",
"version": "6.0.1",
"version": "7.0.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"main": "./build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 10000"
},
"dependencies": {
"@google-cloud/connect-datastore": "^6.0.1",
"@google-cloud/connect-datastore": "^7.0.0",
"@google-cloud/datastore": "^8.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
Expand Down

0 comments on commit a9744b8

Please sign in to comment.