diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f68ff..a024d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2021-11-15 +### Fixed +- Fix multiline `WXInterpolation` parse error + ## [0.2.0] - 2021-10-22 ### Added - Add new ast type `WXInterpolation` diff --git a/package-lock.json b/package-lock.json index c1df94c..0b5614b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d54ccc6..c2d6fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.2.0", + "version": "0.3.0", "description": "A fast and tolerant wxml parser", "type": "commonjs", "main": "lib/index.js",