Skip to content

Commit

Permalink
chore: release v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed Aug 30, 2021
1 parent 5ec4c09 commit 1765817
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/chrishutchinson/slack-testing-library/compare/1.1.0...1.2.0) (2021-08-30)


### Features

* add support for opening channels and asserting on messages ([#5](https://github.com/chrishutchinson/slack-testing-library/issues/5)) ([5ec4c09](https://github.com/chrishutchinson/slack-testing-library/commit/5ec4c092297eb3a1798f14d45d72b153331a4a4c))

## [1.1.0](https://github.com/chrishutchinson/slack-testing-library/compare/1.0.3...1.1.0) (2021-08-30)


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": "slack-testing-library",
"version": "1.1.0",
"version": "1.2.0",
"description": "A mock server and library for testing interactive Slack apps",
"repository": "git://github.com/chrishutchinson/slack-testing-library.git",
"main": "dist/slack-testing-library.js",
Expand Down

0 comments on commit 1765817

Please sign in to comment.