diff --git a/CHANGELOG.md b/CHANGELOG.md index f182517..0c467f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ 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). +### [0.1.7](https://github.com/eea/volto-globalsearch/compare/0.1.6...0.1.7) - 19 October 2022 + ### [0.1.6](https://github.com/eea/volto-globalsearch/compare/0.1.5...0.1.6) - 27 September 2022 #### :hammer_and_wrench: Others - Fix dependencies [kreafox - [`50ad307`](https://github.com/eea/volto-globalsearch/commit/50ad307d64140c43df9dded27c0b532923885764)] -- Add UniversalItem [kreafox - [`bd71e6b`](https://github.com/eea/volto-globalsearch/commit/bd71e6b7c6f9f57563c0eefd60ebeaeb53fff43f)] - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`c2d848e`](https://github.com/eea/volto-globalsearch/commit/c2d848e1efa456f53d883c50769882101e1ce19f)] ### [0.1.5](https://github.com/eea/volto-globalsearch/compare/0.1.4...0.1.5) - 28 July 2022 diff --git a/package.json b/package.json index 6ea5305..bb65e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-globalsearch", - "version": "0.1.6", + "version": "0.1.7", "description": "@eeacms/volto-globalsearch: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", @@ -23,7 +23,8 @@ "devDependencies": { "@plone/scripts": "*", "@cypress/code-coverage": "^3.9.5", - "babel-plugin-transform-class-properties": "^6.24.1" + "babel-plugin-transform-class-properties": "^6.24.1", + "md5": "^2.3.0" }, "addons": [ "@eeacms/volto-searchlib",