Skip to content

Commit

Permalink
chore(release): 0.47.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.47.2](v0.47.1...v0.47.2) (2024-07-02)

### Bug Fixes

* fix: Reverting Previous Dependency Updates ([9d6745e](9d6745e))
* fixing deployement issues  ([#194](#194)) ([0a1223a](0a1223a))
* fixing deployment issue ([#186](#186)) ([851a472](851a472))
* fixing deployment issue ([#199](#199)) ([6ade25d](6ade25d))
* fixing the deployment issue ([#185](#185)) ([39c812a](39c812a))
* fixng Uncontrolled resource consumption in braces ([#184](#184)) ([27ce9ab](27ce9ab))
* reverting previous dependency update chnages ([#192](#192)) ([6f63583](6f63583))
* reverting previous dependency update chnages ([#193](#193)) ([fd7031e](fd7031e))
* reverting previous dependency update chnages ([#197](#197)) ([f94dddd](f94dddd))
* reverting previous dependency update chnages ([#198](#198)) ([fe11a39](fe11a39))
* Reverting Previous Dependency Updates  ([#189](#189)) ([21e156b](21e156b))
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent bff06c1 commit f15724b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.47.2](https://github.com/IBM/networking-go-sdk/compare/v0.47.1...v0.47.2) (2024-07-02)


### Bug Fixes

* fix: Reverting Previous Dependency Updates ([9d6745e](https://github.com/IBM/networking-go-sdk/commit/9d6745e18ee21842a13909eb1fd60d457c50a5a6))
* fixing deployement issues ([#194](https://github.com/IBM/networking-go-sdk/issues/194)) ([0a1223a](https://github.com/IBM/networking-go-sdk/commit/0a1223a0e9495b394f32f23092a9d1718b46cc84))
* fixing deployment issue ([#186](https://github.com/IBM/networking-go-sdk/issues/186)) ([851a472](https://github.com/IBM/networking-go-sdk/commit/851a4721c1f67ef928f2e9dd11ba48c2b411ce38))
* fixing deployment issue ([#199](https://github.com/IBM/networking-go-sdk/issues/199)) ([6ade25d](https://github.com/IBM/networking-go-sdk/commit/6ade25dd763ccb3a2b8616918ff05c9a372a3fc5))
* fixing the deployment issue ([#185](https://github.com/IBM/networking-go-sdk/issues/185)) ([39c812a](https://github.com/IBM/networking-go-sdk/commit/39c812a34ed43b2b19494688873d6b80049bb7ab))
* fixng Uncontrolled resource consumption in braces ([#184](https://github.com/IBM/networking-go-sdk/issues/184)) ([27ce9ab](https://github.com/IBM/networking-go-sdk/commit/27ce9ab333c055bd7e222f9daa453f8bb821b992))
* reverting previous dependency update chnages ([#192](https://github.com/IBM/networking-go-sdk/issues/192)) ([6f63583](https://github.com/IBM/networking-go-sdk/commit/6f63583fbac3d332c968997b7857d45dee3078a8))
* reverting previous dependency update chnages ([#193](https://github.com/IBM/networking-go-sdk/issues/193)) ([fd7031e](https://github.com/IBM/networking-go-sdk/commit/fd7031e8f6ccf81de8b8501bb2ab617b8d43feeb))
* reverting previous dependency update chnages ([#197](https://github.com/IBM/networking-go-sdk/issues/197)) ([f94dddd](https://github.com/IBM/networking-go-sdk/commit/f94dddd6fbca6ee1819f2a915bfffde306d93877))
* reverting previous dependency update chnages ([#198](https://github.com/IBM/networking-go-sdk/issues/198)) ([fe11a39](https://github.com/IBM/networking-go-sdk/commit/fe11a3974b6652515f585cd73d537e5e66bf9ffd))
* Reverting Previous Dependency Updates ([#189](https://github.com/IBM/networking-go-sdk/issues/189)) ([21e156b](https://github.com/IBM/networking-go-sdk/commit/21e156b36ac36df2c1edbdff777f18eff580e8a7))

## [0.47.1](https://github.com/IBM/networking-go-sdk/compare/v0.47.0...v0.47.1) (2024-06-18)


Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"description": "This package.json is being used to manage semantic-release and its dependencies",
"license": "Apache-2.0",
"devDependencies": {
"semantic-release": "21.0.7",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1"
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "21.0.7"
},
"scripts": {
"semantic-release": "semantic-release"
},
"dependencies": {
"@semantic-release/github": "^10.0.7"
}
}

0 comments on commit f15724b

Please sign in to comment.