stably 2.0.3 → 2.0.4

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.
@@ -60,6 +60,7 @@ jobs:
60
60
  uses: release-drafter/release-drafter@v6
61
61
  with:
62
62
  version: ${{ env.VERSION }}
63
+ tag: v${{ env.VERSION }}
63
64
  publish: true
64
65
  env:
65
66
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var import_commander = require("commander");
28
28
 
29
29
  // package.json
30
- var version = "2.0.3";
30
+ var version = "2.0.4";
31
31
 
32
32
  // src/config/config.ts
33
33
  var import_path = __toESM(require("path"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stably",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Stably CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",