We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb3c74 commit 3969129Copy full SHA for 3969129
3 files changed
package.json
@@ -27,6 +27,8 @@
27
],
28
"scripts": {
29
"build": "turbo build",
30
+ "changeset:add": "changeset add",
31
+ "changeset:version": "changeset version",
32
"lint": "eslint . --cache",
33
"lint:fix": "eslint . --cache --fix",
34
"prepare": "simple-git-hooks",
packages/notification/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# opencode-plugin-notification
2
3
+## 0.0.4
4
+
5
+### Patch Changes
6
7
+- apparently I have to commit after changeset
8
9
+## 0.0.3
10
11
12
13
+- Fix broken pre release script
14
15
## 0.0.2
16
17
### Patch Changes
packages/notification/package.json
@@ -1,6 +1,6 @@
{
"name": "opencode-plugin-notification",
- "version": "0.0.2",
+ "version": "0.0.4",
"description": "opencode-plugin-notification",
"keywords": [
"opencode",
0 commit comments