Skip to content

Commit

Permalink
chore: release 2.1.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 10, 2021
1 parent 2f1e64e commit da06d4a
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 @@ -3,6 +3,13 @@
[npm history][1]

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## [2.1.0](https://www.github.com/googleapis/nodejs-projectify/compare/v2.0.1...v2.1.0) (2021-06-10)


### Features

* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#245](https://www.github.com/googleapis/nodejs-projectify/issues/245)) ([30f0499](https://www.github.com/googleapis/nodejs-projectify/commit/30f0499ade5f140774c3aa672b44fd3538e72309))

### [2.0.1](https://www.github.com/googleapis/nodejs-projectify/compare/v2.0.0...v2.0.1) (2020-07-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/projectify",
"version": "2.0.1",
"version": "2.1.0",
"description": "A simple utility for replacing the projectid token in objects.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google-cloud/projectify": "^2.0.1"
"@google-cloud/projectify": "^2.1.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down

0 comments on commit da06d4a

Please sign in to comment.