diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b890f..742875b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [2.0.0](https://github.com/bjerkio/nestjs-slack/compare/v1.3.1...v2.0.0) (2021-12-31) + + +### ⚠ BREAKING CHANGES + +* 2.0.0 + +### Features + +* Add newline on stdout writing function ([908cccd](https://github.com/bjerkio/nestjs-slack/commit/908cccd3e877b656a9d1c29097a2256b5d2f744d)) +* Add webhook type ([#80](https://github.com/bjerkio/nestjs-slack/issues/80)) ([4ca3e5d](https://github.com/bjerkio/nestjs-slack/commit/4ca3e5d2f4f866775639a6566e0d7ea193b5796a)) +* Append version to producer metadata and add `slack` to log entry. ([1a499d8](https://github.com/bjerkio/nestjs-slack/commit/1a499d81686d39319766617422e2e1946270a7c6)) +* First release ([0b089f3](https://github.com/bjerkio/nestjs-slack/commit/0b089f34a878645e3be1e34475fee12813765d47)) +* forRootAsync ([#83](https://github.com/bjerkio/nestjs-slack/issues/83)) ([5c06158](https://github.com/bjerkio/nestjs-slack/commit/5c061589ecce57077bcf252cec7b4eeee193a041)) + + +### Bug Fixes + +* add @slack/web-api and slack-block-builder to dependencies ([12686c3](https://github.com/bjerkio/nestjs-slack/commit/12686c37cbece91dc2f739a4c763cdae2bd60bb4)) +* add missing peerDependencies ([#8](https://github.com/bjerkio/nestjs-slack/issues/8)) ([d2a4f7b](https://github.com/bjerkio/nestjs-slack/commit/d2a4f7b667e73586d12d74de47d31790829d62c8)) +* logs not being parsed in stackdriver. ([#22](https://github.com/bjerkio/nestjs-slack/issues/22)) ([5f4d393](https://github.com/bjerkio/nestjs-slack/commit/5f4d3931f7def0463afa655f173b716addd9c5d2)) +* move @google-cloud/logging to devDependencies ([24d845a](https://github.com/bjerkio/nestjs-slack/commit/24d845a3860489a53c6594d8572b6a20b88a4f5d)) + + +### Miscellaneous Chores + +* release 1.1.0 ([#12](https://github.com/bjerkio/nestjs-slack/issues/12)) ([abe6d54](https://github.com/bjerkio/nestjs-slack/commit/abe6d54c3028d89451193863c4d0c69f0f6494ab)) + ### [1.3.1](https://github.com/bjerkio/nestjs-slack/compare/v1.3.0...v1.3.1) (2021-12-31) diff --git a/package.json b/package.json index 605dea8..f1b3189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-slack", - "version": "1.3.1", + "version": "2.0.0", "description": "", "main": "dist/plugin.js", "repository": "github:bjerkio/nestjs-slack",