Skip to content

Commit 2404069

Browse files
committed
chore(release): v0.0.1
1 parent bb53c64 commit 2404069

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Changelog
2+
3+
## 0.0.1 (2024-01-05)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathflow",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A concise, expressive scripting language for mathematical calculations with standard functions.",
55
"type": "module",
66
"exports": {
@@ -53,4 +53,4 @@
5353
"lint-staged": {
5454
".ts": "pnpm lint"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)