Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit df5a33f

Browse files
chore(main): release 1.2.0 (#120)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](v1.1.0...v1.2.0) (2022-03-23) ### Features * promote to stable ([#119](#119)) ([4d84360](4d84360)) --- 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 4d84360 commit df5a33f

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
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/googleapis/nodejs-appengine-admin/compare/v1.1.0...v1.2.0) (2022-03-23)
4+
5+
6+
### Features
7+
8+
* promote to stable ([#119](https://github.com/googleapis/nodejs-appengine-admin/issues/119)) ([4d84360](https://github.com/googleapis/nodejs-appengine-admin/commit/4d84360f97c4417ae0ba4690b2c8511794640d94))
9+
310
## [1.1.0](https://www.github.com/googleapis/nodejs-appengine-admin/compare/v1.0.6...v1.1.0) (2021-08-23)
411

512

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/appengine-admin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Appengine client for Node.js",
55
"repository": "googleapis/nodejs-appengine-admin",
66
"license": "Apache-2.0",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/appengine-admin": "^1.1.0"
16+
"@google-cloud/appengine-admin": "^1.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)