Skip to content

Commit

Permalink
Transitional v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguichard committed May 24, 2024
1 parent 1e1ead1 commit 7a9261b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-rc-8",
"version": "3.0.0",
"tasks": {
"test": "deno test --allow-env --allow-net src",
"publish": "deno task build-npm && cd npm/ && npm publish",
Expand Down
6 changes: 3 additions & 3 deletions deno.lock

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

2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'npm:composable-functions@beta'
export * from 'npm:composable-functions@^4.0.0'

0 comments on commit 7a9261b

Please sign in to comment.