From 201a47e977398af5ee3a3981d40186c855ac849c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:06:22 +0900 Subject: [PATCH] chore: version packages (#182) Co-authored-by: github-actions[bot] --- .changeset/curvy-bats-nail.md | 5 ----- CHANGELOG.md | 6 ++++++ docs/CHANGELOG.md | 7 +++++++ docs/package.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/curvy-bats-nail.md 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": [ "한글", "한국어",