Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Mar 5, 2020
1 parent e21b237 commit 9966c6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ To build the docs locally, you can run `bundle exec jekyll serve`.

1. Create the commit for the release:
* Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `package.json`.
* Update any dependency versions
* Confirm tests pass by running `npm test`
* Commit with a message including the new version number. For example `v1.5.0`.
* Tag the commit with the version number. For example `@slack/[email protected]`.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/bolt",
"version": "1.6.0",
"version": "1.7.0",
"description": "A framework for building Slack apps, fast.",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -41,12 +41,12 @@
"url": "https://github.com/slackapi/bolt/issues"
},
"dependencies": {
"@slack/logger": ">=1.0.0 <3.0.0",
"@slack/types": "^1.2.1",
"@slack/web-api": "^5.6.0",
"@slack/logger": "^2.0.0",
"@slack/types": "^1.4.0",
"@slack/web-api": "^5.8.0",
"@types/express": "^4.16.1",
"@types/node": ">=10",
"axios": "^0.18.1",
"axios": "^0.19.0",
"express": "^4.16.4",
"please-upgrade-node": "^3.2.0",
"raw-body": "^2.3.3",
Expand Down

0 comments on commit 9966c6a

Please sign in to comment.