Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jan 11, 2024
1 parent 6db8fa7 commit 0cd2037
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Changelog

Tag ranges `v0.0.1...v1.2.3` (20). [All GitHub Releases](https://github.com/lvjiaxuan/vscode-eslint-disable/releases).
Tag ranges `v0.0.1...v1.3.0` (21). [All GitHub Releases](https://github.com/lvjiaxuan/vscode-eslint-disable/releases).

## v1.3.0 <sub>(2024-01-11)</sub>
[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v1.2.3...v1.3.0)

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- detected unsupported exts &nbsp;-&nbsp; by @lvjiaxuan [<samp>(02d0f)</samp>](https://github.com/lvjiaxuan/vscode-eslint-disable/commit/02d0fb9)
- ignore disabling comment &nbsp;-&nbsp; by @lvjiaxuan [<samp>(da957)</samp>](https://github.com/lvjiaxuan/vscode-eslint-disable/commit/da9572e)

### &nbsp;&nbsp;&nbsp;🐛 Fixes

- basic mistake. damnn &nbsp;-&nbsp; by @lvjiaxuan [<samp>(6db8f)</samp>](https://github.com/lvjiaxuan/vscode-eslint-disable/commit/6db8fa7)

### &nbsp;&nbsp;&nbsp;📝 Documentation

- update &nbsp;-&nbsp; by @lvjiaxuan [<samp>(efc29)</samp>](https://github.com/lvjiaxuan/vscode-eslint-disable/commit/efc293e)

## v1.2.3 <sub>(2023-06-16)</sub>
[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v1.2.2...v1.2.3)

## v1.2.3 <sub>(2023-06-16)</sub>
[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v1.2.1...v1.2.3)
## v1.2.2 <sub>(2023-06-16)</sub>
[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v1.2.1...v1.2.2)

## v1.2.1 <sub>(2023-03-24)</sub>
[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v1.2.0...v1.2.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vscode-eslint-disable",
"displayName": "ESLint Disable",
"type": "module",
"version": "1.2.3",
"version": "1.3.0",
"description": "Use hotkeys to insert the corresponding disabling rules comment.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -94,4 +94,4 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 0cd2037

Please sign in to comment.