Skip to content

Commit

Permalink
chore: release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed Aug 29, 2021
1 parent e29d3da commit f28adff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 1.0.0 (2021-08-29)


### ⚠ BREAKING CHANGES

* automation to release first version

### Features

* automation to release first version ([7f0d941](https://github.com/chrishutchinson/slack-testing-library/commit/7f0d941f5a7522df70008e6d9a786dc918f5368a))
* initial base implementation ([4d02df1](https://github.com/chrishutchinson/slack-testing-library/commit/4d02df1eaf6bbffbdf7a3559c1b0836a5c127946))

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": "0.0.1",
"version": "1.0.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 f28adff

Please sign in to comment.