Skip to content

Commit 7d97a6e

Browse files
committed
chore: release v0.1.0
1 parent 980a42a commit 7d97a6e

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
## ...main
3+
4+
5+
### 🚀 Enhancements
6+
7+
- Add accounting standards ([ff0547c](https://github.com/stacksjs/ts-numbers/commit/ff0547c))
8+
- Add performance improvements ([cd73d91](https://github.com/stacksjs/ts-numbers/commit/cd73d91))
9+
10+
### 🏡 Chore
11+
12+
- Initial commit ([d561984](https://github.com/stacksjs/ts-numbers/commit/d561984))
13+
- Adjust release script ([7a33161](https://github.com/stacksjs/ts-numbers/commit/7a33161))
14+
- Reset changelog ([2bf7414](https://github.com/stacksjs/ts-numbers/commit/2bf7414))
15+
- Add presets ([c7b199e](https://github.com/stacksjs/ts-numbers/commit/c7b199e))
16+
- Improve test handling ([7659ba4](https://github.com/stacksjs/ts-numbers/commit/7659ba4))
17+
- Lint ([d3d5cdc](https://github.com/stacksjs/ts-numbers/commit/d3d5cdc))
18+
- Resolve typecheck ([349ee32](https://github.com/stacksjs/ts-numbers/commit/349ee32))
19+
- Remove old test ([f968d8d](https://github.com/stacksjs/ts-numbers/commit/f968d8d))
20+
- Add some edge case tests ([02b7385](https://github.com/stacksjs/ts-numbers/commit/02b7385))
21+
- Add error recovery and fallback tests ([b17fa2c](https://github.com/stacksjs/ts-numbers/commit/b17fa2c))
22+
- Improve event handling tests ([5dccaab](https://github.com/stacksjs/ts-numbers/commit/5dccaab))
23+
- Add accessibility tests ([facc4d0](https://github.com/stacksjs/ts-numbers/commit/facc4d0))
24+
- Lint ([749f76e](https://github.com/stacksjs/ts-numbers/commit/749f76e))
25+
- Add initial documentation ([da1bd6d](https://github.com/stacksjs/ts-numbers/commit/da1bd6d))
26+
- Adjust meta images ([d5e1175](https://github.com/stacksjs/ts-numbers/commit/d5e1175))
27+
- Improve readme ([94bc849](https://github.com/stacksjs/ts-numbers/commit/94bc849))
28+
- Disable markdown lint ([980a42a](https://github.com/stacksjs/ts-numbers/commit/980a42a))
29+
30+
### ❤️ Contributors
31+
32+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
33+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-numbers",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "A powerful yet lightweight library for formatting and parsing numbers.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)