Skip to content

Commit

Permalink
version 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 4, 2024
1 parent 6f0ffa2 commit 73cf1ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cloudflared tunnel --url http://localhost:3000
#### Run with Deno

```typescript
import { SlackApp } from "https://deno.land/x/[email protected].2/mod.ts";
import { SlackApp } from "https://deno.land/x/[email protected].5/mod.ts";

const app = new SlackApp({
env: {
Expand Down Expand Up @@ -220,7 +220,7 @@ cloudflared tunnel --url http://localhost:3000
Thanks to Deno's built-in WebSocket implementation, you can quickly and easily run a Socket Mode app as below:

```typescript
import { SlackApp } from "https://deno.land/x/[email protected].2/mod.ts";
import { SlackApp } from "https://deno.land/x/[email protected].5/mod.ts";

const app = new SlackApp({
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": "0.10.4",
"version": "0.10.5",
"description": "Slack app development framework for edge functions with streamlined TypeScript support",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 73cf1ea

Please sign in to comment.