Skip to content

Commit

Permalink
version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 20, 2024
1 parent f81af83 commit 6440500
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-edge",
"version": "0.10.10",
"version": "0.11.0",
"description": "Slack app development framework for edge functions with streamlined TypeScript support",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src_deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Key differences include:
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/slack_edge@0.10.10/mod.ts";
} from "https://deno.land/x/slack_edge@0.11.0/mod.ts";

const app = new SlackApp<SlackEdgeAppEnv>({
env: {
Expand Down Expand Up @@ -76,7 +76,7 @@ run a Socket Mode app as below:
import {
SlackApp,
SlackSocketModeAppEnv,
} from "https://deno.land/x/slack_edge@0.10.10/mod.ts";
} from "https://deno.land/x/slack_edge@0.11.0/mod.ts";

const app = new SlackApp<SlackSocketModeAppEnv>({
env: {
Expand Down

0 comments on commit 6440500

Please sign in to comment.