diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8220bd..b9a08ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.43](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.42...v0.4.43) (2022-11-15) + + +### Features + +* convert px to rem ([#145](https://github.com/zextras/carbonio-shell-ui/issues/145)) ([79240e9](https://github.com/zextras/carbonio-shell-ui/commit/79240e98ea7195b13e20d467f116e20dfcd939d3)) + ### [0.4.42](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.41...v0.4.42) (2022-11-10) diff --git a/package-lock.json b/package-lock.json index 94838e08..aecdff24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.42", + "version": "0.4.43", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.42", + "version": "0.4.43", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependences": { diff --git a/package.json b/package.json index 22b8faf9..a4b6b20a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.42", + "version": "0.4.43", "description": "The Zextras Carbonio web client", "main": "dist/zapp-shell.bundle.js", "types": "./types/index.d.ts",