@shakerquiz/utilities 2.0.1 → 2.0.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.
@@ -28,5 +28,5 @@ jobs:
28
28
  - run: npm version patch
29
29
  - run: npm ci
30
30
  - run: npm publish --tag antiquewhite
31
- - run: git commit -am "Commit artifacts"
31
+ - run: git commit -am "Commit artifacts" || true
32
32
  - run: git push --follow-tags
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {