Skip to content

Commit

Permalink
chore: release 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Aug 2, 2024
1 parent 6442621 commit d2c75b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/cli",
"version": "0.19.2",
"version": "0.19.3",
"exports": {
".": "./main.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/core",
"version": "0.19.2",
"version": "0.19.3",
"exports": {
".": "./mod.ts",
"./bumps": "./bumps.ts",
Expand Down
2 changes: 1 addition & 1 deletion integration/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/integration",
"version": "0.19.0",
"version": "0.19.3",
"exports": {
".": "./mod.ts",
"./commits": "./commits.ts",
Expand Down

0 comments on commit d2c75b9

Please sign in to comment.