Skip to content

Commit

Permalink
release: v0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Oct 24, 2024
1 parent 8fa0e3c commit ee68eb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ v0.9.22 - Fix #89 and #93. Several bug fixes some severe such as ",null" being p
v0.9.23 - Comment out SIMD-related code for now
v0.9.24 - Remove transform changes from previous release
v0.9.25 - Implement JSON.parseSafe
v0.9.26 - Remove unnecessary dependencies

[UNRELEASED] v1.0.0
- Allow nullable primitives
- Port over JSON.Value
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.25
v0.9.26
</pre>
</h5>

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-as",
"version": "0.9.25",
"version": "0.9.26",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"types": "assembly/index.ts",
"author": "Jairus Tanaka",
Expand Down Expand Up @@ -44,7 +44,6 @@
"visitor-as": "^0.11.4"
},
"dependencies": {
"@hypermode/modus-sdk-as": "^0.13.0-prerelease-test-1",
"as-virtual": "^0.2.0"
},
"overrides": {
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.25",
"version": "0.9.26",
"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 ee68eb5

Please sign in to comment.