Skip to content

Commit

Permalink
0.3.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Nov 15, 2021
1 parent b984405 commit e38894b
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.0] - 2021-11-15
### Fixed
- Fix multiline `WXInterpolation` parse error

## [0.2.0] - 2021-10-22
### Added
- Add new ast type `WXInterpolation`
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.2.0",
"version": "0.3.0",
"description": "A fast and tolerant wxml parser",
"type": "commonjs",
"main": "lib/index.js",
Expand Down

0 comments on commit e38894b

Please sign in to comment.