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

Commit 9e457c2

Browse files
chore(main): release 0.3.0 (#34)
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 eeb8d9b commit 9e457c2

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/googleapis/nodejs-certificate-manager/compare/v0.2.0...v0.3.0) (2022-05-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to stable (#32)
9+
* update library to use Node 12 (#29)
10+
11+
### Features
12+
13+
* upgrade to stable ([#32](https://github.com/googleapis/nodejs-certificate-manager/issues/32)) ([711b55e](https://github.com/googleapis/nodejs-certificate-manager/commit/711b55e0ae8103cf427e4b8de0da35dd10b1b229))
14+
15+
16+
### Build System
17+
18+
* update library to use Node 12 ([#29](https://github.com/googleapis/nodejs-certificate-manager/issues/29)) ([9e101c9](https://github.com/googleapis/nodejs-certificate-manager/commit/9e101c96af3a9b58807cc7ee399cf6e71d5e4d97))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* release v0.3.0 ([#33](https://github.com/googleapis/nodejs-certificate-manager/issues/33)) ([eeb8d9b](https://github.com/googleapis/nodejs-certificate-manager/commit/eeb8d9bd45620039a3613fe813a9e9b27647358a))
24+
325
## [0.2.0](https://github.com/googleapis/nodejs-certificate-manager/compare/v0.1.0...v0.2.0) (2022-04-12)
426

527

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/certificate-manager",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "certificatemanager client for Node.js",
55
"repository": "googleapis/nodejs-certificate-manager",
66
"license": "Apache-2.0",

samples/generated/v1/snippet_metadata.google.cloud.certificatemanager.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-certificatemanager",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "c8 mocha --recursive test/ --timeout=800000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/certificate-manager": "^0.2.0"
17+
"@google-cloud/certificate-manager": "^0.3.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.0.0",

0 commit comments

Comments
 (0)