Skip to content

Commit

Permalink
chore(main): release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 26, 2024
1 parent 2244ef6 commit b113cda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
- Update code style and switch to using Semistandard for linting
- Added `yarn.lock` file
- Updated licensing, authors, contributors, readme
## [7.0.1](https://github.com/googleapis/nodejs-datastore-session/compare/v7.0.0...v7.0.1) (2024-06-26)


### Bug Fixes

* **deps:** Update dependency @google-cloud/datastore to v9 ([#366](https://github.com/googleapis/nodejs-datastore-session/issues/366)) ([61abf71](https://github.com/googleapis/nodejs-datastore-session/commit/61abf71d8a5967c3062560f7e007c58fb9bf65e0))

## [7.0.0](https://github.com/googleapis/nodejs-datastore-session/compare/v6.0.1...v7.0.0) (2023-08-10)


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": "7.0.0",
"version": "7.0.1",
"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": "^7.0.0",
"@google-cloud/connect-datastore": "^7.0.1",
"@google-cloud/datastore": "^9.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6"
Expand Down

0 comments on commit b113cda

Please sign in to comment.