dantian 0.0.2-beta.1 → 0.0.2-beta.2

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.
@@ -68,6 +68,7 @@ jobs:
68
68
  if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
69
69
  run: |
70
70
  yarn standard-version
71
+ git push origin main --follow-tags
71
72
  npm publish --tag beta
72
73
  env:
73
74
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Binary file
package/CHANGELOG.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### 0.0.2-beta.1 (2024-04-04)
5
+ ### 0.0.2-beta.2 (2024-04-04)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dantian",
3
- "version": "0.0.2-beta.1",
3
+ "version": "0.0.2-beta.2",
4
4
  "type": "module",
5
5
  "main": "./dist/dantian.cjs",
6
6
  "module": "./dist/dantian.js",