Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da06d4a

Browse files
chore: release 2.1.0 (#253)
🤖 I have created a release \*beep\* \*boop\* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2f1e64e commit da06d4a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[npm history][1]
44

55
[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
6+
## [2.1.0](https://www.github.com/googleapis/nodejs-projectify/compare/v2.0.1...v2.1.0) (2021-06-10)
7+
8+
9+
### Features
10+
11+
* 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))
12+
613
### [2.0.1](https://www.github.com/googleapis/nodejs-projectify/compare/v2.0.0...v2.0.1) (2020-07-06)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/projectify",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A simple utility for replacing the projectid token in objects.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/projectify": "^2.0.1"
14+
"@google-cloud/projectify": "^2.1.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^8.0.0"

0 commit comments

Comments
 (0)