diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b4e328..f8504a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.8](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.7...v0.4.8) (2022-04-12) + +### [0.4.7](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.6...v0.4.7) (2022-04-12) + + +### Bug Fixes + +* tag worker sync, accordion folder hook syntax ([e462b9b](https://github.com/zextras/carbonio-shell-ui/commit/e462b9bb60f7c688b2031a198b8ecfdfb7bfa392)) + ### [0.4.6](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.5...v0.4.6) (2022-04-12) diff --git a/package-lock.json b/package-lock.json index 2074989c..7faa858a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.6", + "version": "0.4.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.6", + "version": "0.4.8", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 8eb11beb..bd411c27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.6", + "version": "0.4.8", "description": "The Zextras Carbonio web client", "main": "dist/zapp-shell.bundle.js", "types": "./types/index.d.ts",