Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uzmoi committed Oct 4, 2024
1 parent 09d0027 commit 2a1b517
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

## [Unreleased]

## [0.10.1] - 2024-10-04

- Change exports order in package.json.

## [0.10.0] - 2024-09-21
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@uzmoi/parsea",
"version": "0.10.0",
"version": "0.10.1",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal.ts"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parsea",
"version": "0.10.0",
"version": "0.10.1",
"description": "parser combinator library for parsing ArrayLike.",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 2a1b517

Please sign in to comment.