Skip to content

Commit

Permalink
chore: release 0.2.0 (#12)
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] authored Apr 1, 2021
1 parent ebe00c4 commit 61e32bf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/google-appengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.2.0 (2021-03-30)


### ⚠ BREAKING CHANGES

* initial stub of library

### Features

* add initial samples and tests ([#2](https://www.github.com/googleapis/nodejs-appengine-admin/issues/2)) ([b3bbb90](https://www.github.com/googleapis/nodejs-appengine-admin/commit/b3bbb90f2495d5dcd4155c151901be77fe755af6))
* add samples ([3a94c12](https://www.github.com/googleapis/nodejs-appengine-admin/commit/3a94c12ab8b48e21adda12c44f14e4b66e91a1cd))
* initial stub of library ([713ee9c](https://www.github.com/googleapis/nodejs-appengine-admin/commit/713ee9c67c67c88e284e5ae99a3b0db0dff0fe88))


### Bug Fixes

* **build:** release first version of library as v0.2.0 ([#9](https://www.github.com/googleapis/nodejs-appengine-admin/issues/9)) ([ac79b04](https://www.github.com/googleapis/nodejs-appengine-admin/commit/ac79b04160eb048d8918aae0f85cf350779ef78f))
* start at Node 12 ([ed04ab3](https://www.github.com/googleapis/nodejs-appengine-admin/commit/ed04ab3721329aed75b5a9b092f20080c632f8e0))
2 changes: 1 addition & 1 deletion packages/google-appengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/appengine-admin",
"version": "0.1.0",
"version": "0.2.0",
"description": "Appengine client for Node.js",
"repository": "googleapis/nodejs-appengine",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-appengine/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/appengine-admin": "^0.1.0"
"@google-cloud/appengine-admin": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 61e32bf

Please sign in to comment.