cocod 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ jobs:
22
22
  git config user.name "github-actions[bot]"
23
23
  git config user.email "github-actions[bot]@users.noreply.github.com"
24
24
  - name: Bump version
25
- run: bun pm version patch
25
+ run: bun pm version patch --no-git-tag-version
26
26
  - name: Pack tarball
27
27
  run: bun pm pack
28
28
  - name: Publish to npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cocod",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "module": "src/index.ts",
5
5
  "type": "module",
6
6
  "private": false,