Skip to content

Commit 305f3fc

Browse files
Bump version to 1.0.1 and update @astx/lib dependency in package.json and package-lock.json
1 parent 92d7962 commit 305f3fc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astx/runtime",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Compile and run ASTX files from your command line",
55
"main": "src/index.ts",
66
"bin": {
@@ -26,7 +26,7 @@
2626
"typescript": "^5.4.3"
2727
},
2828
"dependencies": {
29-
"@astx/lib": "^1.0.0",
29+
"@astx/lib": "^1.0.1",
3030
"commander": "^13.1.0"
3131
},
3232
"pkg": {

0 commit comments

Comments
 (0)