Skip to content

Commit 25d54b1

Browse files
Clickinclaude
andcommitted
chore: bump version to 0.5.2
Parser 성능 최적화 릴리즈: - Sync Parser: +20.67% 향상 (State Machine) - Async Parser: ~15% 향상 (Circular Buffer Queue) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 242f464 commit 25d54b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stax-xml-monorepo",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"description": "Monorepo for stax-xml library, benchmarks, and documentation",
66
"author": "Clickin <josh87786@gmail.com>",

packages/stax-xml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stax-xml",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "Clickin <josh87786@gmail.com>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)