diff --git a/CHANGELOG b/CHANGELOG index a63bfff..7b5515d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 2c36102..b0ccca3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ __| || __|| || | | ___ | _ || __| | | ||__ || | || | | ||___|| ||__ | |_____||_____||_____||_|___| |__|__||_____| -v0.9.15 +v0.9.16 diff --git a/package.json b/package.json index 8e5b674..dfbf11d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/transform/package.json b/transform/package.json index 5fd08a0..fa95bf6 100644 --- a/transform/package.json +++ b/transform/package.json @@ -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",