Skip to content

Commit

Permalink
chore(release): 0.13.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jun 16, 2022
1 parent 90b4545 commit c905f09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.13.0-rc.3](https://github.com/ConduitPlatform/Conduit/compare/v0.13.0-rc.2...v0.13.0-rc.3) (2022-06-16)


### Features

* **grpc-sdk,commons,security:** cli security client platform, ping route security middleware exceptions ([#207](https://github.com/ConduitPlatform/Conduit/issues/207)) ([11b7ceb](https://github.com/ConduitPlatform/Conduit/commit/11b7ceb1cb365f61449d1772c59a753eeb179c8e))


### Bug Fixes

* **router,grpc-sdk:** swagger generation ([#206](https://github.com/ConduitPlatform/Conduit/issues/206)) ([6cd7ce0](https://github.com/ConduitPlatform/Conduit/commit/6cd7ce05f02c7917728743380ad8d040488189ed))
* **security:** security client aliases are not unique ([#208](https://github.com/ConduitPlatform/Conduit/issues/208)) ([90b4545](https://github.com/ConduitPlatform/Conduit/commit/90b4545f3c057f6115d8919535e41c961492203e))

## [0.13.0-rc.2](https://github.com/ConduitPlatform/Conduit/compare/v0.13.0-rc.1...v0.13.0-rc.2) (2022-06-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conduit",
"version": "0.13.0-rc.2",
"version": "0.13.0-rc.3",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit c905f09

Please sign in to comment.