Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
A-yon Lee committed Apr 1, 2024
1 parent 2df73fd commit 1857434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ayonli/jsext",
"version": "0.8.4",
"version": "0.8.5",
"exports": {
".": "./index.ts",
"./chan": "./chan.ts",
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": "@ayonli/jsext",
"version": "0.8.4",
"version": "0.8.5",
"description": "Additional functions for JavaScript to build strong applications.",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit 1857434

Please sign in to comment.