From b55f7a18375e73ecc47f35eccc7f719dee765639 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Sat, 15 Jan 2022 13:58:11 +0800 Subject: [PATCH] 0.3.2 (#24) --- CHANGELOG.md | 4 +++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c500af3..82c3a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.3.1] - 2022-01-15 +## [0.3.2] - 2022-01-15 ### Fixed - Add missing `name` property for `WXScript` node +## [0.3.1] - 2022-01-15 + ## [0.3.0] - 2021-11-15 ### Fixed - Fix multiline `WXInterpolation` parse error diff --git a/package-lock.json b/package-lock.json index 3b9ba7d..429fc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b139deb..5fe6345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wxml/parser", - "version": "0.3.1", + "version": "0.3.2", "description": "A fast and tolerant wxml parser", "type": "commonjs", "main": "lib/index.js",