@forge/util 1.1.0-next.0 → 1.2.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/util
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 88e57a12: Add metrics interface dependency
8
+
9
+ ## 1.2.0-next.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 88e57a1: Add metrics interface dependency
14
+
15
+ ## 1.1.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
20
+
3
21
  ## 1.1.0-next.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/util",
3
- "version": "1.1.0-next.0",
3
+ "version": "1.2.0",
4
4
  "description": "",
5
5
  "module": "./packages",
6
6
  "scripts": {