jazz-tools 0.8.37 → 0.8.38

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.8.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b00ee91]
8
+ - Updated dependencies [f488c09]
9
+ - cojson@0.8.38
10
+
3
11
  ## 0.8.37
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "type": "module",
21
21
  "license": "MIT",
22
- "version": "0.8.37",
22
+ "version": "0.8.38",
23
23
  "dependencies": {
24
24
  "fast-check": "^3.17.2",
25
- "cojson": "0.8.37"
25
+ "cojson": "0.8.38"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3",