Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.44...v2.0.0) (2023-04-17)

### Features

* new SM v2 API release ([abd88e0](abd88e0))

### BREAKING CHANGES

* new v2 API.

Signed-off-by: yuval-shlomo-dekel <[email protected]>
  • Loading branch information
secrets-automation-dev committed Apr 17, 2023
1 parent 8ae1f1f commit e61acad
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.44...v2.0.0) (2023-04-17)


### Features

* new SM v2 API release ([abd88e0](https://github.com/IBM/secrets-manager-node-sdk/commit/abd88e0825bd524f6601d7b682dd79e69323e7d6))


### BREAKING CHANGES

* new v2 API.

Signed-off-by: yuval-shlomo-dekel <[email protected]>

## [1.0.44](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.43...v1.0.44) (2023-02-15)

## [1.0.43](https://github.com/IBM/secrets-manager-node-sdk/compare/v1.0.42...v1.0.43) (2023-01-08)
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibm-cloud/secrets-manager",
"version": "1.0.44",
"version": "2.0.0",
"description": "Client library for IBM Cloud Secrets Manager",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,13 +39,14 @@
"ibm-cloud-sdk-core": "^4.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@types/node": "^12.0.8",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/extend": "^3.0.1",
"@types/node": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"axios": "^0.26.1",
Expand Down

0 comments on commit e61acad

Please sign in to comment.