Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 26, 2024
1 parent 4da1046 commit 3161964
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Open the source file `supabase/functions/hello-world/index.ts` and replace it wi
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/slack_edge@1.2.1/mod.ts";
} from "https://deno.land/x/slack_edge@1.3.0/mod.ts";

const app = new SlackApp<SlackEdgeAppEnv>({
env: {
Expand Down
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": "1.2.1",
"version": "1.3.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 @@ -36,7 +36,7 @@ Key differences include:
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/slack_edge@1.2.1/mod.ts";
} from "https://deno.land/x/slack_edge@1.3.0/mod.ts";

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

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

0 comments on commit 3161964

Please sign in to comment.