Skip to content

Commit

Permalink
release version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin authored Sep 25, 2024
1 parent 7627da8 commit 46afffb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Visit the link above to see all unreleased changes.

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

## [0.7.2](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.2) — 2024-09-25

- update npm package '@eslint/js' to 9.11.1 ([7627da8])
- update npm package 'eslint' to 9.11.1 ([7627da8])
- update npm package 'eslint-plugin-jsdoc' to 50.2.4 ([7627da8])
- update npm package 'eslint-plugin-n' to 17.10.3 ([7627da8])
- update npm package 'eslint-plugin-perfectionist' to 3.7.0 ([7627da8])
- update npm package 'typescript-eslint' to 8.7.0 ([7627da8])

[7627da8]: https://github.com/cinnabar-forge/eslint-plugin/commit/7627da8


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

- fix perfectionist setup ([af57964])
Expand Down Expand Up @@ -92,4 +104,4 @@ Visit the link above to see all unreleased changes.

- `default` config.

[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.1...HEAD
[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.2...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.1",
"timestamp": 1726473456
"latest": "0.7.2",
"timestamp": 1727287858
},
"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.1",
"version": "0.7.2",
"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 46afffb

Please sign in to comment.