@lowentry/react-redux 1.1.9 → 1.2.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.
@@ -19,7 +19,7 @@ jobs:
19
19
  with:
20
20
  node-version: 'lts/*'
21
21
  registry-url: 'https://registry.npmjs.org'
22
- # - run: npm ci
22
+ #- run: npm ci
23
23
  - run: npm test
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",