Skip to content

Commit

Permalink
chore: release 1.0.0 (#6)
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>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
release-please[bot] and sofisl authored Jan 21, 2022
1 parent 9e14b02 commit 17b84b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/google-cloud-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2022-01-10)


### Features

* add templated files from docker image ([d401118](https://www.github.com/googleapis/nodejs-ids/commit/d4011189369a95da6da492fdd4612a260ccf4909))
* add tests and samples to library ([#5](https://www.github.com/googleapis/nodejs-ids/issues/5)) ([99b8cbe](https://www.github.com/googleapis/nodejs-ids/commit/99b8cbe7440da0157031ef41eb220d12e98d256b))
* initial stub of library ([1301c7c](https://www.github.com/googleapis/nodejs-ids/commit/1301c7cd33c3e83498069b7b21caa211014a6737))
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/ids",
"version": "0.1.0",
"version": "1.0.0",
"description": "ids client for Node.js",
"repository": "googleapis/nodejs-ids",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/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/ids": "^0.1.0"
"@google-cloud/ids": "^1.0.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 17b84b9

Please sign in to comment.