@modern-js/utils 2.8.0 → 2.9.0

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.9.0
4
+
3
5
  ## 2.8.0
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.8.0",
14
+ "version": "2.9.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -167,9 +167,9 @@
167
167
  "typescript": "^4",
168
168
  "webpack": "^5.75.0",
169
169
  "@types/serialize-javascript": "^5.0.1",
170
- "@modern-js/types": "2.8.0",
171
- "@scripts/build": "2.8.0",
172
- "@scripts/jest-config": "2.8.0"
170
+ "@modern-js/types": "2.9.0",
171
+ "@scripts/jest-config": "2.9.0",
172
+ "@scripts/build": "2.9.0"
173
173
  },
174
174
  "sideEffects": false,
175
175
  "scripts": {