Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#34)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
release-please[bot] authored Jun 7, 2022
1 parent 09157b0 commit 36dedfa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions packages/google-cloud-certificatemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.3.0](https://github.com/googleapis/nodejs-certificate-manager/compare/v0.2.0...v0.3.0) (2022-05-20)


### ⚠ BREAKING CHANGES

* upgrade to stable (#32)
* update library to use Node 12 (#29)

### Features

* upgrade to stable ([#32](https://github.com/googleapis/nodejs-certificate-manager/issues/32)) ([711b55e](https://github.com/googleapis/nodejs-certificate-manager/commit/711b55e0ae8103cf427e4b8de0da35dd10b1b229))


### Build System

* 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))


### Miscellaneous Chores

* release v0.3.0 ([#33](https://github.com/googleapis/nodejs-certificate-manager/issues/33)) ([eeb8d9b](https://github.com/googleapis/nodejs-certificate-manager/commit/eeb8d9bd45620039a3613fe813a9e9b27647358a))

## [0.2.0](https://github.com/googleapis/nodejs-certificate-manager/compare/v0.1.0...v0.2.0) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-certificatemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/certificate-manager",
"version": "0.2.0",
"version": "0.3.0",
"description": "certificatemanager client for Node.js",
"repository": "googleapis/nodejs-certificate-manager",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-certificatemanager",
"version": "0.2.0",
"version": "0.3.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/certificate-manager": "^0.2.0"
"@google-cloud/certificate-manager": "^0.3.0"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit 36dedfa

Please sign in to comment.