From 84ce5e6d089ae574ae5268b357bfdc10d3aaee13 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Thu, 24 Mar 2022 10:02:49 +0800 Subject: [PATCH] 0.4.0 (#26) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c3a03..2c5a40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2022-03-24 +### Added +- Add new ast type `WXAttributeInterpolation` +- Support parse `WXInterpolation` in `WXAttribute` +### Fixed +- Fix `WXScript` parse error when follow `WXText` and `WXInterpolation` + ## [0.3.2] - 2022-01-15 ### Fixed - Add missing `name` property for `WXScript` node ## [0.3.1] - 2022-01-15 +- No changing ## [0.3.0] - 2021-11-15 ### Fixed diff --git a/package-lock.json b/package-lock.json index 429fc8e..4c13d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5fe6345..327cbee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.3.2", + "version": "0.4.0", "description": "A fast and tolerant wxml parser", "type": "commonjs", "main": "lib/index.js",