diff --git a/.changeset/kind-pianos-thank.md b/.changeset/kind-pianos-thank.md deleted file mode 100644 index 5e7800fa..00000000 --- a/.changeset/kind-pianos-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"es-hangul": patch ---- - -fix: Handle spaces in initialConsonants search inputs properly diff --git a/.changeset/wicked-gifts-allow.md b/.changeset/wicked-gifts-allow.md deleted file mode 100644 index 1ce6c5ae..00000000 --- a/.changeset/wicked-gifts-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -docs: josa 함수 설명글 수정 diff --git a/CHANGELOG.md b/CHANGELOG.md index c40151aa..9c3335b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # es-hangul +## 1.2.1 + +### Patch Changes + +- [#42](https://github.com/toss/es-hangul/pull/42) [`f668e15`](https://github.com/toss/es-hangul/commit/f668e15318744e2c0195a826ef0d963de26072cb) Thanks [@BO-LIKE-CHICKEN](https://github.com/BO-LIKE-CHICKEN)! - fix: Handle spaces in initialConsonants search inputs properly + ## 1.2.0 ### Minor Changes diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 00000000..1e6b2a8c --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,7 @@ +# docs + +## 0.1.1 + +### Patch Changes + +- [#61](https://github.com/toss/es-hangul/pull/61) [`8a68b73`](https://github.com/toss/es-hangul/commit/8a68b739c4fc9d3762b711a39fe5a7820e34d13e) Thanks [@wdj0729](https://github.com/wdj0729)! - docs: josa 함수 설명글 수정 diff --git a/docs/package.json b/docs/package.json index d69e373b..c0bd1141 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.0", + "version": "0.1.1", "private": true, "packageManager": "yarn@4.1.1", "scripts": { diff --git a/package.json b/package.json index 494ac5a2..91cd841b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-hangul", - "version": "1.2.0", + "version": "1.2.1", "keywords": [ "한글", "한국어",