Skip to content

Commit

Permalink
chore(release): 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jun 23, 2022
1 parent 30316d4 commit c564582
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1](https://github.com/ConduitPlatform/Conduit/compare/v0.13.0...v0.13.1) (2022-06-23)


### Features

* **grpc-sdk:** add conduit logger for consistent logging ([#213](https://github.com/ConduitPlatform/Conduit/issues/213)) ([6af6bb8](https://github.com/ConduitPlatform/Conduit/commit/6af6bb8e462ccb2ae2b1a171ef9b550722d4d068))


### Bug Fixes

* **database:** wrong introspection counts ([#216](https://github.com/ConduitPlatform/Conduit/issues/216)) ([30316d4](https://github.com/ConduitPlatform/Conduit/commit/30316d4fa7a6bfa4052f5a8ab04faf194c511857))

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


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",
"version": "0.13.1",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit c564582

Please sign in to comment.