Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#17)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.2.1](googleapis/nodejs-apigee-registry@v0.2.0...v0.2.1) (2022-09-21)


### Bug Fixes

* Additional error codes added to service configuration for retry ([#16](googleapis/nodejs-apigee-registry#16)) ([4be826d](googleapis/nodejs-apigee-registry@4be826d))
* Preserve default values in x-goog-request-params header ([#18](googleapis/nodejs-apigee-registry#18)) ([19c2bf9](googleapis/nodejs-apigee-registry@19c2bf9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 26, 2022
1 parent 7bc4073 commit d87f81a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-apigeeregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.1](https://github.com/googleapis/nodejs-apigee-registry/compare/v0.2.0...v0.2.1) (2022-09-21)


### Bug Fixes

* Additional error codes added to service configuration for retry ([#16](https://github.com/googleapis/nodejs-apigee-registry/issues/16)) ([4be826d](https://github.com/googleapis/nodejs-apigee-registry/commit/4be826ddc63cd21391a7c204fc361156c5c0b673))
* Preserve default values in x-goog-request-params header ([#18](https://github.com/googleapis/nodejs-apigee-registry/issues/18)) ([19c2bf9](https://github.com/googleapis/nodejs-apigee-registry/commit/19c2bf9e6bc00d99fd3b07c9c71ca946ece94695))

## [0.2.0](https://github.com/googleapis/nodejs-apigee-registry/compare/v0.1.0...v0.2.0) (2022-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigeeregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/apigee-registry",
"version": "0.2.0",
"version": "0.2.1",
"description": "apigeeregistry client for Node.js",
"repository": "googleapis/nodejs-apigee-registry",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-apigeeregistry",
"version": "0.2.0",
"version": "0.2.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-apigeeregistry/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/apigee-registry": "^0.2.0"
"@google-cloud/apigee-registry": "^0.2.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit d87f81a

Please sign in to comment.