Skip to content

Commit c587043

Browse files
chore(main): release 1.0.1 (#56)
* chore(main): release 1.0.1 * 🦉 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 fca3535 commit c587043

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

packages/google-cloud-apigeeregistry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/googleapis/nodejs-apigee-registry/compare/v1.0.0...v1.0.1) (2023-09-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Simplify logic for HTTP/1.1 REST fallback option ([#54](https://github.com/googleapis/nodejs-apigee-registry/issues/54)) ([c873226](https://github.com/googleapis/nodejs-apigee-registry/commit/c87322645e01d1e1cf989aa5f8502876d7b77230))
9+
310
## [1.0.0](https://github.com/googleapis/nodejs-apigee-registry/compare/v0.3.0...v1.0.0) (2023-08-15)
411

512

packages/google-cloud-apigeeregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/apigee-registry",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-apigeeregistry",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-apigeeregistry",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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

Lines changed: 1 addition & 1 deletion
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": "^1.0.0"
16+
"@google-cloud/apigee-registry": "^1.0.1"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)