@modern-js/utils 2.16.0 → 2.17.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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @modern-js/utils
2
2
 
3
+ ## 2.17.1
4
+
5
+ ## 2.17.0
6
+
3
7
  ## 2.16.0
4
8
 
5
9
  ### Minor Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.16.0",
18
+ "version": "2.17.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -242,9 +242,9 @@
242
242
  "typescript": "^4",
243
243
  "webpack": "^5.76.2",
244
244
  "@types/serialize-javascript": "^5.0.1",
245
- "@modern-js/types": "2.16.0",
246
- "@scripts/build": "2.16.0",
247
- "@scripts/jest-config": "2.16.0"
245
+ "@modern-js/types": "2.17.1",
246
+ "@scripts/build": "2.17.1",
247
+ "@scripts/jest-config": "2.17.1"
248
248
  },
249
249
  "sideEffects": false,
250
250
  "scripts": {