Skip to content

Commit 7440be4

Browse files
authored
[skip deploy] - (v1.6.2)
chore(release): v1.6.2
2 parents e8a1142 + 621514e commit 7440be4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [v1.6.2](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.6.1...v1.6.2) - 2026-02-13
2+
3+
## fix
4+
- ([1935fba](https://github.com/SolidLoop-studio/kkuko-utils/commit/1935fba)) - 분당 옵션 계산 오류 수정
5+
- ([c176818](https://github.com/SolidLoop-studio/kkuko-utils/commit/c176818)) - 부동소수점 오류 수정
6+
17
# [v1.6.1](https://github.com/SolidLoop-studio/kkuko-utils/compare/v1.6.0...v1.6.1) - 2026-02-12
28

39
## 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.1",
3+
"version": "1.6.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -96,7 +96,7 @@
9696
"@types/react-dom": "^19",
9797
"@types/react-redux": "^7.1.34",
9898
"babel-jest": "^30.0.0",
99-
"dotenv": "^17.2.4",
99+
"dotenv": "^17.3.1",
100100
"eslint": "^9",
101101
"eslint-config-next": "15.1.0",
102102
"husky": "^9.1.7",

0 commit comments

Comments
 (0)