@bitgo-beta/blake2b-wasm 3.2.1-alpha.65 → 3.2.1-alpha.67

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 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,21 +3,25 @@
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.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.2.0) (2022-10-18)
6
+ ## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.2.1...@bitgo/blake2b-wasm@3.2.3) (2023-08-04)
7
7
 
8
8
  **Note:** Version bump only for package @bitgo/blake2b-wasm
9
9
 
10
+ ## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.2.1...@bitgo/blake2b-wasm@3.2.2) (2023-07-28)
10
11
 
12
+ **Note:** Version bump only for package @bitgo/blake2b-wasm
11
13
 
12
-
13
-
14
- ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.0.3) (2022-07-19)
14
+ ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.2.0...@bitgo/blake2b-wasm@3.2.1) (2023-07-18)
15
15
 
16
16
  **Note:** Version bump only for package @bitgo/blake2b-wasm
17
17
 
18
+ # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.2.0) (2022-10-18)
18
19
 
20
+ **Note:** Version bump only for package @bitgo/blake2b-wasm
19
21
 
22
+ ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.0.3) (2022-07-19)
20
23
 
24
+ **Note:** Version bump only for package @bitgo/blake2b-wasm
21
25
 
22
26
  ## [3.0.3-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.2...@bitgo/blake2b-wasm@3.0.3-rc.0) (2022-06-07)
23
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/blake2b-wasm",
3
- "version": "3.2.1-alpha.65",
3
+ "version": "3.2.1-alpha.67",
4
4
  "description": "Blake2b implemented in WASM",
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -30,5 +30,5 @@
30
30
  "url": "https://github.com/mafintosh/blake2b-wasm/issues"
31
31
  },
32
32
  "homepage": "https://github.com/mafintosh/blake2b-wasm",
33
- "gitHead": "5410d92ed1e5d6a9c4cb50bf43ba5d1ef9afa65a"
33
+ "gitHead": "45f7cf8d72a50db5dee13c0b643390a48248e2cb"
34
34
  }