diff --git a/CHANGELOG.md b/CHANGELOG.md index 0facb7880..7756d0935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +#### [v4.5.0](https://github.com/glific/glific-frontend/compare/v4.4.1...v4.5.0) + +> 16 March 2023 + +- Vite migration [`#2313`](https://github.com/glific/glific-frontend/pull/2313) +- Fixed styling issues with chatinput [`#2356`](https://github.com/glific/glific-frontend/pull/2356) +- Fixed issue with yup in triggers [`#2352`](https://github.com/glific/glific-frontend/pull/2352) +- Fixed minor ui issues [`#2349`](https://github.com/glific/glific-frontend/pull/2349) +- Added error message if error occurs while uploading [`#2348`](https://github.com/glific/glific-frontend/pull/2348) +- Package upgrade 0223 [`#2344`](https://github.com/glific/glific-frontend/pull/2344) + #### [v4.4.1](https://github.com/glific/glific-frontend/compare/v4.4.0...v4.4.1) > 28 February 2023 diff --git a/package.json b/package.json index 1e114c88b..9f56b70eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "4.4.1", + "version": "4.5.0", "private": true, "dependencies": { "@apollo/client": "^3.7.9",