Skip to content

Commit 4495575

Browse files
chore: version packages (#369)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec26b5f commit 4495575

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/angry-ravens-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-goats-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-trainers-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# es-hangul
22

3+
## 2.3.7
4+
5+
### Patch Changes
6+
7+
- [#350](https://github.com/toss/es-hangul/pull/350) [`ec26b5f`](https://github.com/toss/es-hangul/commit/ec26b5fa95394ca48ebac2aa94ef0c771338723b) Thanks [@po4tion](https://github.com/po4tion)! - fix: 사이시옷 단어 모음 추가
8+
9+
- [#351](https://github.com/toss/es-hangul/pull/351) [`4969bf6`](https://github.com/toss/es-hangul/commit/4969bf6f4b5b5a8d40e2e6ca3543c8842aed702f) Thanks [@po4tion](https://github.com/po4tion)! - fix: ㄴ/ㄹ 덧나는 현상에 부가 조건을 추가합니다.
10+
11+
- [#341](https://github.com/toss/es-hangul/pull/341) [`d329225`](https://github.com/toss/es-hangul/commit/d32922544537fa1ef2087f8f18337346d04a9dbe) Thanks [@po4tion](https://github.com/po4tion)! - fix: '자음군 단순화' 음운규칙을 적용하여 standardizePronunciation 오류 해결
12+
313
## 2.3.6
414

515
### Patch Changes

benchmarks/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`ec26b5f`](https://github.com/toss/es-hangul/commit/ec26b5fa95394ca48ebac2aa94ef0c771338723b), [`4969bf6`](https://github.com/toss/es-hangul/commit/4969bf6f4b5b5a8d40e2e6ca3543c8842aed702f), [`d329225`](https://github.com/toss/es-hangul/commit/d32922544537fa1ef2087f8f18337346d04a9dbe)]:
8+
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [[`d550b0c`](https://github.com/toss/es-hangul/commit/d550b0c97af39cf241f4265d423451bb6c7b6fc6)]:
815
916

benchmarks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@types/josa": "^3"
17-
}
17+
},
18+
"version": null
1819
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-hangul",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"keywords": [
55
"한글",
66
"한국어",

0 commit comments

Comments
 (0)