Skip to content

Commit

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

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

## [0.7.4](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.4) — 2024-11-17

- update node versions ([286c1d2])
- update npm package '@eslint/js' to 9.15.0 ([286c1d2])
- update npm package 'eslint' to 9.15.0 ([286c1d2])
- update npm package 'eslint-plugin-eslint-plugin' to 6.3.1 ([286c1d2])
- update npm package 'eslint-plugin-jsdoc' to 50.5.0 ([286c1d2])
- update npm package 'eslint-plugin-n' to 17.13.2 ([286c1d2])
- update npm package 'globals' to 15.12.0 ([286c1d2])
- update npm package 'typescript-eslint' to 8.14.0 ([286c1d2])

[286c1d2]: https://github.com/cinnabar-forge/eslint-plugin/commit/286c1d2


## [0.7.3](https://github.com/cinnabar-forge/eslint-plugin/releases/tag/v0.7.3) — 2024-10-23

- update npm package '@eslint/js' to 9.13.0 ([76c5c06])
Expand Down Expand Up @@ -117,4 +131,4 @@ Visit the link above to see all unreleased changes.

- `default` config.

[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.3...HEAD
[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.4...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.3",
"timestamp": 1729671735
"latest": "0.7.4",
"timestamp": 1731879785
},
"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.3",
"version": "0.7.4",
"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 f43b3e5

Please sign in to comment.