jazz-tools 0.8.27 → 0.8.28

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