diff --git a/CHANGELOG.md b/CHANGELOG.md index b61acff..bc0f187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://www.github.com/bjerkio/nestjs-slack/compare/v1.0.1...v1.1.0) (2021-08-30) + + +### Features + +* Add newline on stdout writing function ([908cccd](https://www.github.com/bjerkio/nestjs-slack/commit/908cccd3e877b656a9d1c29097a2256b5d2f744d)) + + +### Bug Fixes + +* logs not being parsed in stackdriver. ([#22](https://www.github.com/bjerkio/nestjs-slack/issues/22)) ([5f4d393](https://www.github.com/bjerkio/nestjs-slack/commit/5f4d3931f7def0463afa655f173b716addd9c5d2)) + ### [1.0.1](https://www.github.com/bjerkio/nestjs-slack/compare/v1.0.0...v1.0.1) (2021-08-07) diff --git a/package.json b/package.json index eebae73..020d23f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-slack", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "dist/plugin.js", "repository": "github:bjerkio/nestjs-slack",