jazz-tools 0.7.28 → 0.7.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # jazz-autosub
2
2
 
3
+ ## 0.7.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - cojson@0.7.31
9
+
10
+ ## 0.7.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - cojson@0.7.29
16
+
3
17
  ## 0.7.28
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "types": "./src/index.ts",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
- "version": "0.7.28",
8
+ "version": "0.7.31",
9
9
  "dependencies": {
10
10
  "fast-check": "^3.17.2",
11
- "cojson": "0.7.28"
11
+ "cojson": "0.7.31"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.3",