@modern-js/utils 2.24.0 → 2.24.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.24.1
4
+
3
5
  ## 2.24.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.24.0",
18
+ "version": "2.24.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -235,9 +235,9 @@
235
235
  "typescript": "^5",
236
236
  "webpack": "^5.82.1",
237
237
  "@types/serialize-javascript": "^5.0.1",
238
- "@modern-js/types": "2.24.0",
239
- "@scripts/build": "2.24.0",
240
- "@scripts/jest-config": "2.24.0"
238
+ "@modern-js/types": "2.24.1",
239
+ "@scripts/jest-config": "2.24.1",
240
+ "@scripts/build": "2.24.1"
241
241
  },
242
242
  "sideEffects": false,
243
243
  "scripts": {