Skip to content

Commit

Permalink
release version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Oct 23, 2024
1 parent 76c5c06 commit 8f775d6
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.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])
- update npm package 'eslint' to 9.13.0 ([76c5c06])
- update npm package 'eslint-plugin-jsdoc' to 50.4.3 ([76c5c06])
- update npm package 'eslint-plugin-n' to 17.11.1 ([76c5c06])
- update npm package 'eslint-plugin-perfectionist' to 3.9.1 ([76c5c06])
- update npm package 'globals' to 15.11.0 ([76c5c06])
- update npm package 'typescript-eslint' to 8.11.0 ([76c5c06])

[76c5c06]: https://github.com/cinnabar-forge/eslint-plugin/commit/76c5c06


## [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])
Expand Down Expand Up @@ -104,4 +117,4 @@ Visit the link above to see all unreleased changes.

- `default` config.

[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.2...HEAD
[unreleased]: https://github.com/cinnabar-forge/eslint-plugin/compare/v0.7.3...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.2",
"timestamp": 1727287858
"latest": "0.7.3",
"timestamp": 1729671735
},
"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.2",
"version": "0.7.3",
"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 8f775d6

Please sign in to comment.