diff --git a/CHANGELOG b/CHANGELOG index 326e2fb..32d0a7f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,6 +30,7 @@ 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. v0.9.22 - Fix #89 and #93. Several bug fixes some severe such as ",null" being prepended when using @omit. Properly warn when a schema has fields that are not compatible with json v0.9.23 - Comment out SIMD-related code for now +v9.9.24 - Remove transform changes from previous release [UNRELEASED] v1.0.0 - Allow nullable primitives diff --git a/README.md b/README.md index 468f1c7..a9c81a6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ __| || __|| || | | ___ | _ || __| | | ||__ || | || | | ||___|| ||__ | |_____||_____||_____||_|___| |__|__||_____| -v0.9.23 +v0.9.24 diff --git a/package.json b/package.json index c0c45ec..1606c6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-as", - "version": "0.9.23", + "version": "0.9.24", "description": "The only JSON library you'll need for AssemblyScript. SIMD enabled", "types": "assembly/index.ts", "author": "Jairus Tanaka", diff --git a/transform/package.json b/transform/package.json index d66806a..e23e94a 100644 --- a/transform/package.json +++ b/transform/package.json @@ -1,6 +1,6 @@ { "name": "@json-as/transform", - "version": "0.9.23", + "version": "0.9.24", "description": "The only JSON library you'll need for AssemblyScript. SIMD enabled", "main": "./lib/index.js", "author": "Jairus Tanaka",