Skip to content

Commit

Permalink
0.3.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Jan 15, 2022
1 parent cc69e32 commit b55f7a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b55f7a1

Please sign in to comment.