Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.26 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Nov 30, 2024
1 parent 78b204b commit 630c926
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,16 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.1.26] - 2024-11-30

### Added

- Support MinIO for file storage by @minai621 in https://github.com/yorkie-team/codepair/pull/365

### Changed

- Apply workspace page design from Figma by @devleejb in https://github.com/yorkie-team/codepair/pull/418

## [0.1.25] - 2024-11-23

### Changed
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codepair/backend",
"version": "0.1.25",
"version": "0.1.26",
"description": "CodePair Backend",
"author": "yorkie-team",
"license": "Apache-2.0",
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codepair/desktop",
"type": "module",
"version": "0.1.25",
"version": "0.1.26",
"main": "dist/main.js",
"description": "Codepair Desktop",
"author": "yorkie-team",
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codepair/frontend",
"version": "0.1.25",
"version": "0.1.26",
"description": "CodePair Frontend",
"type": "module",
"author": "yorkie-team",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepair",
"version": "0.1.25",
"version": "0.1.26",
"description": "Build your own AI-powered collaborative markdown editor in just 5 minutes",
"keywords": [],
"author": "yorkie-team",

0 comments on commit 630c926

Please sign in to comment.