Skip to content

Commit

Permalink
0.3.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Jan 15, 2022
1 parent f0db893 commit cc69e32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2022-01-15
### Fixed
- Add missing `name` property for `WXScript` node

## [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.0",
"version": "0.3.1",
"description": "A fast and tolerant wxml parser",
"type": "commonjs",
"main": "lib/index.js",
Expand Down

0 comments on commit cc69e32

Please sign in to comment.