Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#1)
Browse files Browse the repository at this point in the history
* 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>
Co-authored-by: Benjamin E. Coe <[email protected]>
  • Loading branch information
3 people authored Jul 7, 2022
1 parent b896261 commit 3b17133
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/google-cloud-baremetalsolution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.2.0 (2022-07-07)


### Features

* add initial samples and tests ([#2](https://github.com/googleapis/nodejs-bare-metal-solution/issues/2)) ([cbe6ccf](https://github.com/googleapis/nodejs-bare-metal-solution/commit/cbe6ccf067b3652ec66595b3cefc320bafe2f07b))
* add templated files from docker image ([690bfcc](https://github.com/googleapis/nodejs-bare-metal-solution/commit/690bfcc607495e412ef552a8ff657786f86e80db))
* initial stub of library ([defc6ca](https://github.com/googleapis/nodejs-bare-metal-solution/commit/defc6ca53395887fc2650209c0fb9ea9b07bbce9))
2 changes: 1 addition & 1 deletion packages/google-cloud-baremetalsolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bare-metal-solution",
"version": "0.1.0",
"version": "0.2.0",
"description": "baremetalsolution client for Node.js",
"repository": "googleapis/nodejs-bare-metal-solution",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-baremetalsolution",
"version": "0.1.0",
"version": "0.2.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
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/bare-metal-solution": "^0.1.0"
"@google-cloud/bare-metal-solution": "^0.2.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 3b17133

Please sign in to comment.