Skip to content

Commit 6b36493

Browse files
authored
chore: github action + changeset을 테스트하기 위함입니다. (#12)
* test7 * Create chilled-ducks-clean.md
1 parent fc933e6 commit 6b36493

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/chilled-ducks-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fake-scope/fake-pkg": patch
3+
---
4+
5+
chore: github action + changeset을 테스트하기 위함입니다.

src/disassemble.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function disassembleHangulToGroups(str: string) {
88
* 우선 map을 사용하지 않음으로써 문제를 회피함
99
* @see https://sentry.io/organizations/toss/issues/2432344954/?project=1242586&referrer=slack
1010
* @see https://bugs.webkit.org/show_bug.cgi?id=211619
11-
*
1211
*/
1312
const result: string[][] = [];
1413

0 commit comments

Comments
 (0)