Skip to content

Commit

Permalink
Release v1.4.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored May 9, 2024
1 parent f74bc44 commit 3121b92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ailly/cli",
"version": "1.3.1",
"version": "1.4.0",
"description": "",
"type": "module",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"ci": "npm link ../core && vitest --run --reporter=verbose"
},
"dependencies": {
"@ailly/core": "1.3.1",
"@ailly/core": "1.4.0",
"@davidsouther/jiffies": "^2.2.3",
"yaml": "^2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ailly/core",
"version": "1.3.1",
"version": "1.4.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 3121b92

Please sign in to comment.