Skip to content

Commit

Permalink
Update changelog to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Nov 26, 2023
1 parent e1750a3 commit 67b2f03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.1 - 2023-11-26

- Improved writing operator compatibility

## v0.9.0 - 2023-05-25

Add a `typeNarrowing` property when parsing to dictate when a value should be attempted to be narrowed to a more specific type (ie: number, boolean, etc). The values are "all" (default), "unquoted", and "none"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jomini",
"version": "0.9.0",
"version": "0.9.1",
"author": "Nick Babcock <[email protected]>",
"license": "MIT",
"description": "Parses Paradox files into javascript objects",
Expand Down

0 comments on commit 67b2f03

Please sign in to comment.