Skip to content

Commit

Permalink
v0.7.0 (#45)
Browse files Browse the repository at this point in the history
* v0.7.0

* chore: missing changelog
  • Loading branch information
iChenLei authored Mar 24, 2022
1 parent 6c92f62 commit 78c42ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

<!-- ## [0.7.0] - 2022-03-24 -->
## [0.7.0] - 2022-03-24
### Changed
- Bump `@wxml/parser` version from `v0.4.0`
### Added
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": "eslint-plugin-wxml",
"version": "0.6.3",
"version": "0.7.0",
"description": "eslint plugin for wxml",
"main": "lib/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion tests/rules/report-interpolation-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ tester.run("report-interpolation-error", rule, {
},
},
],
}
},
],
});

1 comment on commit 78c42ce

@vercel
Copy link

@vercel vercel bot commented on 78c42ce Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.