contribute-now 0.3.0-dev.dbe86c3 → 0.3.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1994,7 +1994,7 @@ import pc7 from "picocolors";
1994
1994
  // package.json
1995
1995
  var package_default = {
1996
1996
  name: "contribute-now",
1997
- version: "0.3.0-dev.dbe86c3",
1997
+ version: "0.3.0",
1998
1998
  description: "Git workflow CLI for squash-merge two-branch models. Keeps dev in sync with main after squash merges.",
1999
1999
  type: "module",
2000
2000
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contribute-now",
3
- "version": "0.3.0-dev.dbe86c3",
3
+ "version": "0.3.0",
4
4
  "description": "Git workflow CLI for squash-merge two-branch models. Keeps dev in sync with main after squash merges.",
5
5
  "type": "module",
6
6
  "bin": {