Skip to content

Commit

Permalink
chore(release): 2.17.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.17.6](v2.17.5...v2.17.6) (2022-01-05)

### Bug Fixes

* use npm8 and package-lock v2 ([#186](#186)) ([6b1122c](6b1122c))
  • Loading branch information
semantic-release-bot committed Jan 5, 2022
1 parent 6b1122c commit 7754263
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.17.6](https://github.com/IBM/node-sdk-core/compare/v2.17.5...v2.17.6) (2022-01-05)


### Bug Fixes

* use npm8 and package-lock v2 ([#186](https://github.com/IBM/node-sdk-core/issues/186)) ([6b1122c](https://github.com/IBM/node-sdk-core/commit/6b1122c5318c304454414dcd9cafb9b151c5b51a))

## [2.17.5](https://github.com/IBM/node-sdk-core/compare/v2.17.4...v2.17.5) (2021-12-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-cloud-sdk-core",
"version": "2.17.5",
"version": "2.17.6",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
"main": "./index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -133,4 +133,4 @@
"coverageDirectory": "./coverage/",
"testEnvironment": "node"
}
}
}

0 comments on commit 7754263

Please sign in to comment.