From a79b2ccce1f006cfab983fba467218c852dc5500 Mon Sep 17 00:00:00 2001 From: LeeJongBeom <52884648+devleejb@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:06:05 +0900 Subject: [PATCH] Update `CHANGELOG.md` for `v0.1.24` (#412) --- CHANGELOG.md | 14 ++++++++++++++ backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba8155c..8594dc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.24] - 2024-11-20 + +### Added + +- Add markdown preview image lazy loading by @devleejb in https://github.com/yorkie-team/codepair/pull/411 + +### Changed + +- Change to open url in new tab by @devleejb in https://github.com/yorkie-team/codepair/pull/409 + +### Fixed + +- Fix intermittent image display issue during Image Upload by @devleejb in https://github.com/yorkie-team/codepair/pull/410 + ## [0.1.23] - 2024-11-10 ### Changed diff --git a/backend/package.json b/backend/package.json index c329c749..fec88940 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.23", + "version": "0.1.24", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index 815c0035..ed14d8e3 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.23", + "version": "0.1.24", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index 3ebd8cee..12ab295f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.23", + "version": "0.1.24", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",