jazz-tools 0.8.28 → 0.8.29

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.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dcc9c2e]
8
+ - Updated dependencies [699553f]
9
+ - cojson@0.8.29
10
+
3
11
  ## 0.8.28
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.28",
22
+ "version": "0.8.29",
23
23
  "dependencies": {
24
24
  "fast-check": "^3.17.2",
25
- "cojson": "0.8.28"
25
+ "cojson": "0.8.29"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3",