From d4fd5149fa53d871735c00f6ca3abd2c9d20f718 Mon Sep 17 00:00:00 2001 From: chrishutchinson Date: Wed, 1 Sep 2021 18:00:51 +0000 Subject: [PATCH] chore: release v1.3.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5b265..d02f8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fc4f742..cadcf70 100644 --- a/package.json +++ b/package.json @@ -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",