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

Commit

Permalink
chore: release 0.2.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 30, 2021
1 parent 3707e68 commit 81e137d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.2.0 (2021-03-30)


### ⚠ BREAKING CHANGES

* initial stub of library

### Features

* add initial samples ([#2](https://github.com/googleapis/nodejs-service-management/issues/2)) ([e12039f](https://github.com/googleapis/nodejs-service-management/commit/e12039fff76d1d76692c7f87852c2e878c0f847f))
* initial stub of library ([728ac20](https://github.com/googleapis/nodejs-service-management/commit/728ac209c44ba39714fb8c8acb38a7c0163acd6c))


### Bug Fixes

* **build:** release first version of library as v0.2.0 ([#14](https://github.com/googleapis/nodejs-service-management/issues/14)) ([3707e68](https://github.com/googleapis/nodejs-service-management/commit/3707e680f7cd038ea4b6c7589a5846b8ce5fcc96))
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/service-management",
"version": "0.1.0",
"version": "0.2.0",
"description": "Service management client for Node.js",
"repository": "googleapis/nodejs-service-management",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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/service-management": "^0.1.0"
"@google-cloud/service-management": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 81e137d

Please sign in to comment.