@bitgo-beta/blake2b 3.2.1-alpha.68 → 3.2.1-alpha.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,30 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [3.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.2...@bitgo/blake2b@3.2.4) (2023-08-04)
6
+ ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.0...@bitgo/blake2b@3.2.1) (2022-11-29)
7
7
 
8
8
  **Note:** Version bump only for package @bitgo/blake2b
9
9
 
10
- ## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.2...@bitgo/blake2b@3.2.3) (2023-07-28)
11
10
 
12
- **Note:** Version bump only for package @bitgo/blake2b
13
11
 
14
- ## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.1...@bitgo/blake2b@3.2.2) (2023-07-18)
15
12
 
16
- **Note:** Version bump only for package @bitgo/blake2b
17
13
 
18
- ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.0...@bitgo/blake2b@3.2.1) (2022-11-29)
14
+ # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.2.0) (2022-10-18)
19
15
 
20
16
  **Note:** Version bump only for package @bitgo/blake2b
21
17
 
22
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.2.0) (2022-10-18)
23
18
 
24
- **Note:** Version bump only for package @bitgo/blake2b
19
+
20
+
25
21
 
26
22
  ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.0.3) (2022-07-19)
27
23
 
28
24
  **Note:** Version bump only for package @bitgo/blake2b
29
25
 
26
+
27
+
28
+
29
+
30
30
  ## [3.0.3-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.2...@bitgo/blake2b@3.0.3-rc.0) (2022-06-07)
31
31
 
32
32
  **Note:** Version bump only for package @bitgo/blake2b
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bitgo-beta/blake2b",
3
- "version": "3.2.1-alpha.68",
3
+ "version": "3.2.1-alpha.69",
4
4
  "description": "Blake2b (64-bit version) in pure JavaScript",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
- "@bitgo-beta/blake2b-wasm": "3.2.1-alpha.68",
7
+ "@bitgo-beta/blake2b-wasm": "3.2.1-alpha.69",
8
8
  "nanoassert": "^2.0.0"
9
9
  },
10
10
  "publishConfig": {
@@ -28,5 +28,5 @@
28
28
  "url": "https://github.com/emilbayes/blake2b/issues"
29
29
  },
30
30
  "homepage": "https://github.com/emilbayes/blake2b#readme",
31
- "gitHead": "f11494f7f806d1cdf5e836064351287b050a2ee6"
31
+ "gitHead": "c922094755cf410acc296b5462f2cdeb396bb78d"
32
32
  }