Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 13, 2022
1 parent 5843539 commit 06db9b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/bjerkio/nestjs-slack/compare/v1.4.1...v2.0.0) (2022-07-13)


### ⚠ BREAKING CHANGES

* Improve configuration (#211)

### Features

* Add multiple webhooks feature ([#217](https://github.com/bjerkio/nestjs-slack/issues/217)) ([5843539](https://github.com/bjerkio/nestjs-slack/commit/58435397f8b0a171e600ac6f1e71129dd3805c22))


### Code Refactoring

* Improve configuration ([#211](https://github.com/bjerkio/nestjs-slack/issues/211)) ([0982baf](https://github.com/bjerkio/nestjs-slack/commit/0982baf0281674a0a857ffd94bee1c24c58406ec))

## [1.4.1](https://github.com/bjerkio/nestjs-slack/compare/v1.4.0...v1.4.1) (2022-07-13)


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": "nestjs-slack",
"version": "1.4.1",
"version": "2.0.0",
"description": "",
"main": "dist/plugin.js",
"repository": "github:bjerkio/nestjs-slack",
Expand Down

0 comments on commit 06db9b0

Please sign in to comment.