Skip to content

Commit

Permalink
v0.7.5 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Aug 21, 2022
1 parent 0cc18e7 commit 10dbc44
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.7.5] - 2022-08-21
### Changed
- Add `disableAttrs` and `skipAttrs` config support for rule `forbid-tags`

## [0.7.4] - 2022-07-30
### Added
- Add rule `event-binding-style`
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.7.4",
"version": "0.7.5",
"description": "eslint plugin for wxml",
"main": "lib/index.js",
"type": "commonjs",
Expand Down

1 comment on commit 10dbc44

@vercel
Copy link

@vercel vercel bot commented on 10dbc44 Aug 21, 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.