From c446e22c7b98d6d9f247b885faa3534dc2b3703e Mon Sep 17 00:00:00 2001 From: Tarsier Bot Date: Tue, 12 Apr 2022 14:55:45 +0200 Subject: [PATCH] chore(release): 0.4.9 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8504a9e..9ceacdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.9](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.8...v0.4.9) (2022-04-12) + ### [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) diff --git a/package-lock.json b/package-lock.json index 4a50cf4a..f646a187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.8", + "version": "0.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.8", + "version": "0.4.9", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index ad8014f9..63d4acba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zextras/carbonio-shell-ui", - "version": "0.4.8", + "version": "0.4.9", "description": "The Zextras Carbonio web client", "main": "dist/zapp-shell.bundle.js", "types": "./types/index.d.ts",