Skip to content

Commit 4565ae2

Browse files
Fix this and feat this (#5)
1 parent c1ad922 commit 4565ae2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.changeset/polite-boats-attend.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"other": patch
3+
"test-release": minor
4+
---
5+
6+
Fix this and feat this

packages/other/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ import { nanoid } from 'nanoid';
22

33
console.log(nanoid(20));
44

5+
console.log("BREAKING!");

packages/test-package/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ console.log("Release candidate v5?");
2121
console.log("Release candidate v5.0.1?");
2222
console.log("Release candidate v6?");
2323
console.log("No way a new feature?");
24+
console.log("LOOKIT v3 fix!");

0 commit comments

Comments
 (0)