climaybe 1.8.0 → 1.8.1

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.
package/bin/version.txt CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.8.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "climaybe",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Shopify CI/CD CLI — scaffolds workflows, branch strategy, and store config for single-store and multi-store theme repos",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,6 +47,6 @@ jobs:
47
47
  if git diff --staged --quiet; then
48
48
  echo "No changes to commit"
49
49
  else
50
- git commit -m "Update compiled assets (JavaScript and CSS)"
50
+ git commit -m "🔧 chore(assets): update compiled javascript and css"
51
51
  git push origin "$BRANCH_NAME"
52
52
  fi