Skip to content

Commit 26334d0

Browse files
🚀 👷 release: 3.0.4
# [v3.0.4](v3.0.3...v3.0.4) (2025-09-19) ## 🚀 Deploying stuff - [`29383c7`](29383c7) release: extension file versions to 3.0.3 ## ♻️ Refactoring code - [`22d4943`](22d4943) refactor: packages/ui .gitignore 파일 수정 ## 🔧 Changing configuration files - [`ee49ee9`](ee49ee9) ci: changeset을 활용한 npm-release github action 파일 추가 ## 📦 Updating compiled files or packages - [`0748c4b`](0748c4b) chore: packages, tools 라이브러리 네이밍 변경으로 인한 코드 수정 - [`8ce9eda`](8ce9eda) chore: pnpm changeset 설정 - [`9ba678a`](9ba678a) chore: .changeset staging 파일 추가
1 parent 9ba678a commit 26334d0

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
# [v3.0.4](https://github.com/turtle601/bookmark-finder-extension/compare/v3.0.3...v3.0.4) (2025-09-19)
4+
5+
## 🚀 Deploying stuff
6+
- [`29383c7`](https://github.com/turtle601/bookmark-finder-extension/commit/29383c7)
7+
release: extension file versions to 3.0.3
8+
9+
## ♻️ Refactoring code
10+
- [`22d4943`](https://github.com/turtle601/bookmark-finder-extension/commit/22d4943)
11+
refactor: packages/ui .gitignore 파일 수정
12+
13+
## 🔧 Changing configuration files
14+
- [`ee49ee9`](https://github.com/turtle601/bookmark-finder-extension/commit/ee49ee9)
15+
ci: changeset을 활용한 npm-release github action 파일 추가
16+
17+
## 📦 Updating compiled files or packages
18+
- [`0748c4b`](https://github.com/turtle601/bookmark-finder-extension/commit/0748c4b)
19+
chore: packages, tools 라이브러리 네이밍 변경으로 인한 코드 수정
20+
- [`8ce9eda`](https://github.com/turtle601/bookmark-finder-extension/commit/8ce9eda)
21+
chore: pnpm changeset 설정
22+
- [`9ba678a`](https://github.com/turtle601/bookmark-finder-extension/commit/9ba678a)
23+
chore: .changeset staging 파일 추가
24+
325
# [v3.0.3](https://github.com/turtle601/bookmark-finder-extension/compare/v3.0.2...v3.0.3) (2025-09-19)
426

527
## 🐛 Fixing a bug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
"publishConfig": {
5252
"access": "public"
5353
},
54-
"version": "3.0.3"
54+
"version": "3.0.4"
5555
}

0 commit comments

Comments
 (0)