react-redux-cache 0.19.4-rc.0 → 0.19.4

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "react-redux-cache",
3
3
  "author": "Alexander Danilov",
4
4
  "license": "MIT",
5
- "version": "0.19.4-rc.0",
5
+ "version": "0.19.4",
6
6
  "description": "Powerful data fetching and caching library for Redux and Zustand that supports normalization.",
7
7
  "main": "./dist/cjs/index.js",
8
8
  "module": "./dist/esm/index.js",
@@ -29,6 +29,7 @@
29
29
  "preminor-rc": "yarn build && npm version preminor --preid rc",
30
30
  "prepatch-rc": "yarn build && npm version prepatch --preid rc",
31
31
  "publish-rc": "npm publish --tag rc",
32
+ "remove-rc": "npm version <same-version-without-rc>",
32
33
  "prepublishOnly": "yarn build && yarn test"
33
34
  },
34
35
  "peerDependencies": {