Skip to content

Commit

Permalink
chore: release v1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed Sep 1, 2021
1 parent 4d0a0a2 commit d4fd514
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.3.0](https://github.com/chrishutchinson/slack-testing-library/compare/1.2.0...1.3.0) (2021-09-01)


### Features

* `interactWith` sends the association action to your base API when triggered ([#6](https://github.com/chrishutchinson/slack-testing-library/issues/6)) ([4d0a0a2](https://github.com/chrishutchinson/slack-testing-library/commit/4d0a0a2acb36c1f03fa9f4234453bdfc483f2359))

## [1.2.0](https://github.com/chrishutchinson/slack-testing-library/compare/1.1.0...1.2.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.2.0",
"version": "1.3.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 d4fd514

Please sign in to comment.