From f4a884400dc45d194d78909562e73149040f96d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:51:15 +0100 Subject: [PATCH] chore(main): release 1.4.2 (#513) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9834c4e..1af3c4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.4.2](https://github.com/graasp/graasp-library/compare/v1.4.1...v1.4.2) (2024-02-08) + + +### Bug Fixes + +* improve show less/more button at public profile biography ([#486](https://github.com/graasp/graasp-library/issues/486)) ([6d542d2](https://github.com/graasp/graasp-library/commit/6d542d2c0809565f339d8855a5b45aa352b799ef)) +* update favicons to work on all devices and browsers ([#512](https://github.com/graasp/graasp-library/issues/512)) ([9162482](https://github.com/graasp/graasp-library/commit/9162482ee2deb414fe3dd8cc21707766ca4ec130)) + ## [1.4.1](https://github.com/graasp/graasp-library/compare/v1.4.0...v1.4.1) (2024-01-30) diff --git a/package.json b/package.json index 2bc824ab..a6daa7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-library", - "version": "1.4.1", + "version": "1.4.2", "license": "AGPL-3.0-only", "scripts": { "start": "next dev -p 3005",