Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Sep 29, 2020
1 parent c7a79f5 commit 3c78ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It represents the closest reasonable ESLint configuration to this
project's original TSLint configuration.

We recommend eventually switching this configuration to extend from
the recommended rulesets in typescript-eslint.
the recommended rulesets in typescript-eslint.
https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/FAQs.md

Happy linting! 💖
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/bolt",
"version": "2.3.0",
"version": "2.4.0",
"description": "A framework for building Slack apps, fast.",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@slack/logger": "^2.0.0",
"@slack/oauth": "^1.2.0",
"@slack/types": "^1.6.0",
"@slack/web-api": "^5.9.0",
"@slack/types": "^1.9.0",
"@slack/web-api": "^5.12.0",
"@types/express": "^4.16.1",
"@types/node": ">=10",
"@types/promise.allsettled": "^1.0.3",
Expand Down

0 comments on commit 3c78ea7

Please sign in to comment.