@lowentry/react-redux 1.1.9 → 1.1.10

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.
@@ -24,7 +24,7 @@ jobs:
24
24
  - run: git config --global user.name "github-actions[bot]"
25
25
  - run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
26
  - run: npm version patch -m "Upgrade to %s [skip ci]"
27
- - run: git push && git push --tags
28
27
  - run: npm publish --access public
29
28
  env:
30
29
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
+ - run: git push && git push --tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",