jazz-tools 0.8.29 → 0.8.31

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