Skip to content

Commit 875a482

Browse files
chore(main): release 0.2.0 (#13)
* chore(main): release 0.2.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 32c04fb commit 875a482

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

packages/google-cloud-apigeeregistry/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/nodejs-apigee-registry/compare/v0.1.0...v0.2.0) (2022-08-30)
4+
5+
6+
### Features
7+
8+
* added support for force field for API and API version deletion ([c0bf481](https://github.com/googleapis/nodejs-apigee-registry/commit/c0bf48111db1e05f88cb68fac40584e60bbdf6f6))
9+
10+
11+
### Bug Fixes
12+
13+
* change import long to require ([#12](https://github.com/googleapis/nodejs-apigee-registry/issues/12)) ([c04237e](https://github.com/googleapis/nodejs-apigee-registry/commit/c04237ebc9dc76016f9017ee6f8cdf938fd14da8))
14+
* do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-apigee-registry/issues/1553)) ([#15](https://github.com/googleapis/nodejs-apigee-registry/issues/15)) ([34da6db](https://github.com/googleapis/nodejs-apigee-registry/commit/34da6dbc51476bf7a30fae332233c76527f9e9ff))
15+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-apigee-registry/issues/1546)) ([#14](https://github.com/googleapis/nodejs-apigee-registry/issues/14)) ([a6dba15](https://github.com/googleapis/nodejs-apigee-registry/commit/a6dba15c574a7537771ee95a50785b30b83eb4a2))
16+
* use google-gax v3.3.0 ([34da6db](https://github.com/googleapis/nodejs-apigee-registry/commit/34da6dbc51476bf7a30fae332233c76527f9e9ff))
17+
318
## 0.1.0 (2022-07-21)
419

520

packages/google-cloud-apigeeregistry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/apigee-registry",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "apigeeregistry client for Node.js",
55
"repository": "googleapis/nodejs-apigee-registry",
66
"license": "Apache-2.0",

packages/google-cloud-apigeeregistry/samples/generated/v1/snippet_metadata.google.cloud.apigeeregistry.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-apigeeregistry",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-apigeeregistry/samples/package.json

+1-1
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/apigee-registry": "^0.1.0"
16+
"@google-cloud/apigee-registry": "^0.2.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)