From 2d8a2103afc3c08593ebb8f95e0c16a2c01efc6e Mon Sep 17 00:00:00 2001 From: "Yang Wooseong (Andrew)" Date: Fri, 12 Apr 2024 13:23:23 +0900 Subject: [PATCH] Add first commit of `bezier-vscode` to changelog.md (#2158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue - None ## Summary - #2153 에서 버전이 롤백되었기 때문에 #2091 이 changelog 에 들어가있지 않습니다. 이것을 직접 추가합니다. ## Details - 생략 ### Breaking change? (Yes/No) - No ## References - https://github.com/channel-io/bezier-react/pull/2153#discussion_r1560699591 --- packages/bezier-vscode/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/bezier-vscode/CHANGELOG.md b/packages/bezier-vscode/CHANGELOG.md index 2ab8f9d841..2989a3ab06 100644 --- a/packages/bezier-vscode/CHANGELOG.md +++ b/packages/bezier-vscode/CHANGELOG.md @@ -5,3 +5,5 @@ ### Minor Changes - Set up information about the package for initial publishing ([#2153](https://github.com/channel-io/bezier-react/pull/2153)) by @yangwooseong + +- Implement `bezier-vscode` package for VS Code extension ([#2091](https://github.com/channel-io/bezier-react/pull/2091)) by @yangwooseong \ No newline at end of file