Skip to content

Commit 7b91afc

Browse files
authored
[skip deploy] - (v1.9.0)
chore(release): v1.9.0
2 parents f532e9d + 18c66e0 commit 7b91afc

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [v1.9.0](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.8.0...v1.9.0) - 2026-04-23
2+
3+
## fix
4+
- ([8f7df2a](https://github.com/SolidLoop-studio/kkuko-utils/commit/8f7df2a)) - 삭제 요청시 완료모달의 텍스트가 잘못 표시되는 오류 수정
5+
- ([a0ec593](https://github.com/SolidLoop-studio/kkuko-utils/commit/a0ec593)) - 단어 조합기 단어 표시 로직 수정
6+
- ([42fbe54](https://github.com/SolidLoop-studio/kkuko-utils/commit/42fbe54)) - 오탈자 수정
7+
- ([2da272a](https://github.com/SolidLoop-studio/kkuko-utils/commit/2da272a)) - 관리자 페이지로 이동안됨 수정
8+
9+
## feat
10+
- ([971bba6](https://github.com/SolidLoop-studio/kkuko-utils/commit/971bba6)) - 특정 글자가 포함된 단어 추출 추가
11+
- ([7e32b56](https://github.com/SolidLoop-studio/kkuko-utils/commit/7e32b56)) - 깃허브 릴리즈 확인 기능 추가
12+
113
# [v1.8.0](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.7.2...v1.8.0) - 2026-04-21
214

315
## fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkuko-utils",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"@actions/core": "^2.0.3",
82-
"@actions/github": "^9.1.0",
82+
"@actions/github": "^9.1.1",
8383
"@babel/preset-env": "^7.27.2",
8484
"@babel/preset-react": "^7.27.1",
8585
"@babel/preset-typescript": "^7.27.1",

0 commit comments

Comments
 (0)