From 12dedf1103ce348ecdf2b0f53378da8c0b8a746e Mon Sep 17 00:00:00 2001 From: devleejb Date: Sat, 26 Oct 2024 22:32:12 +0900 Subject: [PATCH] Update `CHANGELOG.md` for `v0.1.18` --- CHANGELOG.md | 6 ++++++ backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c38d807..13ee4958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.18] - 2024-10-26 + +### Changed + +- Change default `syncLoopDuration` and Expose `yorkie.Document` by @devleejb in https://github.com/yorkie-team/codepair/pull/386 + ## [0.1.17] - 2024-10-25 ### Changed diff --git a/backend/package.json b/backend/package.json index 8f56de82..fe352d85 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.17", + "version": "0.1.18", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index 87633bfb..00177306 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.17", + "version": "0.1.18", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index 56cff446..0a435719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codepair", - "version": "0.1.17", + "version": "0.1.18", "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", "keywords": [], "author": "yorkie-team",