Skip to content

Commit

Permalink
release: v0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 22, 2024
1 parent 1cd5e64 commit 1049bf7
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 @@ -23,6 +23,7 @@ v0.9.12 - Add compat with aspect
v0.9.13 - Fix empty strings not indexing correctly
v0.9.14 - Ignore properties of type Function
v0.9.15 - Support JSON.Raw blocks
v0.9.16 - JSON.Raw should be completely untouched

[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.15
v0.9.16
</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.15",
"version": "0.9.16",
"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.15",
"version": "0.9.16",
"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 1049bf7

Please sign in to comment.