jazz-tools 0.7.33-hotfixes.3 → 0.7.33-hotfixes.5

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.33-hotfixes.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - cojson@0.7.33-hotfixes.5
9
+
10
+ ## 0.7.33-hotfixes.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - cojson@0.7.33-hotfixes.4
16
+
3
17
  ## 0.7.33-hotfixes.3
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.33-hotfixes.3",
8
+ "version": "0.7.33-hotfixes.5",
9
9
  "dependencies": {
10
10
  "fast-check": "^3.17.2",
11
- "cojson": "0.7.33-hotfixes.3"
11
+ "cojson": "0.7.33-hotfixes.5"
12
12
  },
13
13
  "devDependencies": {
14
14
  "typescript": "^5.3.3",