diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b9f8b..3d9b7a7 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.6.1] - 2022-01-15 +### Fixed +- Bump `@wxml/parser` version from `v0.3.0` to `v0.3.2` + ## [0.6.0] - 2021-11-15 ### Fixed - Bump `@wxml/parser` version to fix rule `report-wxml-syntax-error` diff --git a/package-lock.json b/package-lock.json index ac61afe..fd161dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-wxml", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2dee298..8a17a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-wxml", - "version": "0.6.0", + "version": "0.6.1", "description": "eslint plugin for wxml", "main": "lib/index.js", "type": "commonjs",