Skip to content

Commit

Permalink
release: v0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 25, 2024
1 parent 5cee7e8 commit 1dbc7dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ v0.9.16 - JSON.Raw should be completely untouched
v0.9.17 - A schema's parent's fields should be included properly
v0.9.18 - Should be able to use @alias and @omit*** or JSON.Raw
v0.9.19 - Fix arguments in @omitif declarations not working properly
v0.9.20 - Strings were being received with quotes attached via the toString functionality. Removed that.

[UNRELEASED] v1.0.0
- Allow nullable primitives
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__| || __|| || | | ___ | _ || __|
| | ||__ || | || | | ||___|| ||__ |
|_____||_____||_____||_|___| |__|__||_____|
v0.9.19
v0.9.20
</pre>
</h5>

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": "json-as",
"version": "0.9.19",
"version": "0.9.20",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"types": "assembly/index.ts",
"author": "Jairus Tanaka",
Expand Down
2 changes: 1 addition & 1 deletion transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json-as/transform",
"version": "0.9.19",
"version": "0.9.20",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"main": "./lib/index.js",
"author": "Jairus Tanaka",
Expand Down

0 comments on commit 1dbc7dc

Please sign in to comment.