Skip to content

Commit

Permalink
chore(release): 0.27.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.27.2](v0.27.1...v0.27.2) (2023-02-01)

### Bug Fixes

* **node16-18:** add node 16 and 18 like platform node sdk repo ([ca63c1d](ca63c1d))
* **node16-18:** explicitly install npm 8 before install ([b4e3b86](b4e3b86))
* **node16-18:** rm npm v8 install before_install; use jammy dist ([21eca4a](21eca4a))
  • Loading branch information
semantic-release-bot committed Feb 1, 2023
1 parent 7bec876 commit df692d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.27.2](https://github.com/IBM/networking-node-sdk/compare/v0.27.1...v0.27.2) (2023-02-01)


### Bug Fixes

* **node16-18:** add node 16 and 18 like platform node sdk repo ([ca63c1d](https://github.com/IBM/networking-node-sdk/commit/ca63c1d272530493d77b2f8e934d40fe3fca041b))
* **node16-18:** explicitly install npm 8 before install ([b4e3b86](https://github.com/IBM/networking-node-sdk/commit/b4e3b86a13cc371aac1395f9a21486ad6d0bdd7d))
* **node16-18:** rm npm v8 install before_install; use jammy dist ([21eca4a](https://github.com/IBM/networking-node-sdk/commit/21eca4a06bdf083561b99046dedee66e47e84aef))

## [0.27.1](https://github.com/IBM/networking-node-sdk/compare/v0.27.0...v0.27.1) (2023-02-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-networking-services",
"version": "0.27.1",
"version": "0.27.2",
"description": "Node.js client library for IBM Cloud Networking Services",
"repository": {
"type": "git",
Expand Down

0 comments on commit df692d3

Please sign in to comment.