From dd8b7d8cdd4f95701ce2d567ea5b090140ebfa55 Mon Sep 17 00:00:00 2001 From: mdshamoon Date: Wed, 9 Aug 2023 07:41:29 +0530 Subject: [PATCH] updated package --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9126e1c..82135e322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.11.0](https://github.com/glific/glific-frontend/compare/v4.10.0...v4.11.1) + +> 09 August 2023 + +- Move to the same URL after login [`#2478`](https://github.com/glific/glific-frontend/pull/2478) +- Monthly package updates (August) [`#2470`](https://github.com/glific/glific-frontend/pull/2470) +- Fixed a bug for template not having tag id [`#2460`](https://github.com/glific/glific-frontend/pull/2460) + #### [v4.10.0](https://github.com/glific/glific-frontend/compare/v4.9.0...v4.10.0) > 24 July 2023 diff --git a/package.json b/package.json index b7c31b819..a9ed94723 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific-frontend", - "version": "4.11.0", + "version": "4.11.1", "private": true, "dependencies": { "@apollo/client": "^3.7.17",