diff --git a/packages/generator-volto/CHANGELOG.md b/packages/generator-volto/CHANGELOG.md index 982294791a..4aa910f988 100644 --- a/packages/generator-volto/CHANGELOG.md +++ b/packages/generator-volto/CHANGELOG.md @@ -8,6 +8,12 @@ +## 8.1.3 (2024-02-23) + +### Bugfix + +- Pin `eslint-plugin-jsx-a11y` to version `^6.7.0` to fix ESLint couldn't determine the plugin "jsx-a11y". @ichim-david [#5785](https://github.com/plone/volto/issues/5785) + ## 8.1.2 (2024-02-06) ### Bugfix diff --git a/packages/generator-volto/news/5785.bugfix b/packages/generator-volto/news/5785.bugfix deleted file mode 100644 index 5288cf2b4c..0000000000 --- a/packages/generator-volto/news/5785.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pin `eslint-plugin-jsx-a11y` to version `^6.7.0` to fix ESLint couldn't determine the plugin "jsx-a11y". @ichim-david \ No newline at end of file diff --git a/packages/generator-volto/package.json b/packages/generator-volto/package.json index abc222d6ec..aba6c4e940 100644 --- a/packages/generator-volto/package.json +++ b/packages/generator-volto/package.json @@ -10,7 +10,7 @@ } ], "license": "MIT", - "version": "8.1.2", + "version": "8.1.3", "repository": { "type": "git", "url": "git+https://github.com/plone/generator-volto.git"