Skip to content

Commit

Permalink
release version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Sep 16, 2024
1 parent db35a50 commit 74eaeab
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Visit the link above to see all unreleased changes.

[comment]: # (Insert new version after this line)

## [0.7.1](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.1) — 2024-09-16

- fix perfectionist setup ([af57964])
- update npm package '@eslint/js' to 9.10.0 ([db35a50])
- update npm package 'eslint' to 9.10.0 ([db35a50])
- update npm package 'eslint-plugin-jsdoc' to 50.2.3 ([db35a50])
- update npm package 'eslint-plugin-perfectionist' to 3.6.0 ([db35a50])
- update npm package 'typescript-eslint' to 8.5.0 ([db35a50])

[db35a50]: https://github.com/cinnabar-forge/eslint-plugin/commit/db35a50
[af57964]: https://github.com/cinnabar-forge/eslint-plugin/commit/af57964


## [0.7.0](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.0) — 2024-09-06

- add anca support ([ab160cd])
Expand Down Expand Up @@ -79,4 +92,4 @@ Visit the link above to see all unreleased changes.

- `default` config.

[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.0...HEAD
[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.1...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.7.0",
"timestamp": 1725629133
"latest": "0.7.1",
"timestamp": 1726473456
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions 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": "@cinnabar-forge/eslint-plugin",
"version": "0.7.0",
"version": "0.7.1",
"description": "A single set of ESLint rules, configurations and plugins to use across Cinnabar Forge projects.",
"license": "ISC",
"author": {
Expand Down

0 comments on commit 74eaeab

Please sign in to comment.