diff --git a/CHANGELOG.md b/CHANGELOG.md index adef8da..8c6abe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [1.2.2](https://github.com/eea/volto-description-block/compare/1.2.1...1.2.2) - 13 October 2023 +### [1.2.3](https://github.com/eea/volto-description-block/compare/1.2.2...1.2.3) - 17 October 2023 -#### :hammer_and_wrench: Others +#### :house: Internal changes + +- chore: husky, lint-staged use fixed versions [valentinab25 - [`7fe0782`](https://github.com/eea/volto-description-block/commit/7fe0782e604f405472dbb8c1d8bdb685dd1bd5da)] + +### [1.2.2](https://github.com/eea/volto-description-block/compare/1.2.1...1.2.2) - 13 October 2023 -- Update README [Cretu Mihaela - [`1bb1069`](https://github.com/eea/volto-description-block/commit/1bb1069e16c265758bf72bc5ee7abde8c57554b4)] ### [1.2.1](https://github.com/eea/volto-description-block/compare/1.2.0...1.2.1) - 12 October 2023 #### :house: Internal changes diff --git a/package.json b/package.json index 4892e21..1217229 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-description-block", - "version": "1.2.2", + "version": "1.2.3", "description": "@eeacms/volto-description-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", @@ -21,8 +21,8 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", - "husky": "*", - "lint-staged": "*", + "husky": "^8.0.3", + "lint-staged": "^14.0.1", "md5": "^2.3.0" }, "lint-staged": {