Skip to content

Commit

Permalink
chore: changeset 자동 배포가 정상적으로 작동하는지 PR을 생성해 테스트를 합니다 (#4)
Browse files Browse the repository at this point in the history
* changeset PR 테스트를 합니다

* changeset PR 테스트를 합니다
  • Loading branch information
okinawaa authored Apr 4, 2024
1 parent aae3d87 commit 571d5b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-hotels-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"es-hangul": patch
---

changeset 작동을 테스트합니다
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { disassembleCompleteHangulCharacter } from './disassembleCompleteHangulC
* // 글자에 받침이 있는지 확인하고 싶은 문자열
* str: string
* ): boolean
*
* ```
* @example
* hasBatchim('값') // true
Expand Down

0 comments on commit 571d5b0

Please sign in to comment.