Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#311)
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 Sep 8, 2022
1 parent c7c6883 commit c78e788
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/nodejs-promisify?activeTab=versions

## [3.0.1](https://github.com/googleapis/nodejs-promisify/compare/v3.0.0...v3.0.1) (2022-08-23)


### Bug Fixes

* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-promisify/issues/1546)) ([#310](https://github.com/googleapis/nodejs-promisify/issues/310)) ([c7c6883](https://github.com/googleapis/nodejs-promisify/commit/c7c688389de72ddc0181b19bceee2d95eacd3d96))

## [3.0.0](https://github.com/googleapis/nodejs-promisify/compare/v2.0.4...v3.0.0) (2022-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/promisify",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple utility for promisifying functions and classes.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -15,7 +15,7 @@
"test": "mocha"
},
"dependencies": {
"@google-cloud/promisify": "^3.0.0"
"@google-cloud/promisify": "^3.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit c78e788

Please sign in to comment.