@modern-js/utils 2.19.0 → 2.19.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.19.1
4
+
3
5
  ## 2.19.0
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.19.0",
18
+ "version": "2.19.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -205,9 +205,9 @@
205
205
  "typescript": "^4",
206
206
  "webpack": "^5.82.1",
207
207
  "@types/serialize-javascript": "^5.0.1",
208
- "@modern-js/types": "2.19.0",
209
- "@scripts/build": "2.19.0",
210
- "@scripts/jest-config": "2.19.0"
208
+ "@modern-js/types": "2.19.1",
209
+ "@scripts/build": "2.19.1",
210
+ "@scripts/jest-config": "2.19.1"
211
211
  },
212
212
  "sideEffects": false,
213
213
  "scripts": {