Skip to content

Commit fba15a8

Browse files
authored
[skip deploy] - (v1.7.0)
chore(release): v1.7.0
2 parents 3c53b05 + 3a8d25b commit fba15a8

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [v1.7.0](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.6.3...v1.7.0) - 2026-02-21
2+
3+
## fix
4+
- ([23391d8](https://github.com/SolidLoop-studio/kkuko-utils/commit/23391d8)) - 값이 문자열로된 옵션 처리 추가
5+
- ([bd59a6c](https://github.com/SolidLoop-studio/kkuko-utils/commit/bd59a6c)) - 알려진 옵션만 표시
6+
- ([b634676](https://github.com/SolidLoop-studio/kkuko-utils/commit/b634676)) - 이미지 패칭 url 수정
7+
- ([f1fab4a](https://github.com/SolidLoop-studio/kkuko-utils/commit/f1fab4a)) - 두음법칙이 적용되지 않는 버그 수정
8+
9+
## feat
10+
- ([4f4e551](https://github.com/SolidLoop-studio/kkuko-utils/commit/4f4e551)) - 정보 강제 갱신 요청 버튼 추가
11+
- ([9129dbd](https://github.com/SolidLoop-studio/kkuko-utils/commit/9129dbd)) - user관리에서 isLastOnlineHidden도 수정 가능
12+
- ([451a6f5](https://github.com/SolidLoop-studio/kkuko-utils/commit/451a6f5)) - 유저 관리 추가
13+
114
# [v1.6.3](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.6.2...v1.6.3) - 2026-02-15
215

316
## 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.6.3",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -105,7 +105,7 @@
105105
"jest-junit": "^16.0.0",
106106
"postcss": "^8",
107107
"semver": "^7.7.4",
108-
"simple-git": "^3.31.1",
108+
"simple-git": "^3.32.0",
109109
"supabase": "^2.62.5",
110110
"tailwindcss": "^3.4.1",
111111
"typescript": "^5"

0 commit comments

Comments
 (0)