diff --git a/.changeset/curvy-bats-nail.md b/.changeset/curvy-bats-nail.md deleted file mode 100644 index f1031f66..00000000 --- a/.changeset/curvy-bats-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"es-hangul": patch ---- - -fix: amountToHangul이 선행 0이 있는 문자열을 잘못 변환하는 오류를 수정합니다. diff --git a/CHANGELOG.md b/CHANGELOG.md index 415331ce..351febe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # es-hangul +## 1.4.4 + +### Patch Changes + +- [#168](https://github.com/toss/es-hangul/pull/168) [`e3d0259`](https://github.com/toss/es-hangul/commit/e3d0259561a0e14df13e1aea31ecc3c5c8253150) Thanks [@jungwoo3490](https://github.com/jungwoo3490)! - fix: amountToHangul이 선행 0이 있는 문자열을 잘못 변환하는 오류를 수정합니다. + ## 1.4.3 ### Patch Changes diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c966ca85..145d596c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # docs +## 0.1.11 + +### Patch Changes + +- Updated dependencies [[`e3d0259`](https://github.com/toss/es-hangul/commit/e3d0259561a0e14df13e1aea31ecc3c5c8253150)]: + - es-hangul@1.4.4 + ## 0.1.10 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 4420f09b..04fac84b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.10", + "version": "0.1.11", "private": true, "packageManager": "yarn@4.1.1", "scripts": { diff --git a/package.json b/package.json index f72693d1..26335b11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-hangul", - "version": "1.4.3", + "version": "1.4.4", "keywords": [ "한글", "한국어",