Skip to content

Commit ac3916b

Browse files
feat: Add another greeting (#3)
Adds `mahalo` greeting.
1 parent 2106d93 commit ac3916b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/thick-eagles-explain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"test-release": patch
3+
---
4+
5+
feat: Add another greeting

packages/test-package/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const testObject = {
66
hello: 1,
77
hi: 2,
88
holla: 3,
9+
mahalo: 4,
910
};
1011

1112
console.log("BREAKING!");

0 commit comments

Comments
 (0)