File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.32]
10
+ ### Fixed
11
+ - automated build release branch ([ #80 ] ( https://github.com/MetaMask/api-specs/pull/80 ) )
12
+
9
13
## [ 0.0.31]
10
14
### Added
11
15
- link to encoding example to ` personal_sign ` ([ #77 ] ( https://github.com/MetaMask/api-specs/pull/77 ) )
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
33
### Fixed
30
34
- Fix release automation compatibility ([ #69 ] ( https://github.com/MetaMask/api-specs/pull/69 ) )
31
35
32
- [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.0.31...HEAD
36
+ [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.0.32...HEAD
37
+ [ 0.0.32 ] : https://github.com/MetaMask/api-specs/compare/v0.0.31...v0.0.32
33
38
[ 0.0.31 ] : https://github.com/MetaMask/api-specs/compare/v0.0.30...v0.0.31
34
39
[ 0.0.30 ] : https://github.com/MetaMask/api-specs/compare/v0.0.29...v0.0.30
35
40
[ 0.0.29 ] : https://github.com/MetaMask/api-specs/compare/v0.0.28...v0.0.29
Original file line number Diff line number Diff line change 25
25
"node-fetch" : " ^2.6.1" ,
26
26
"typescript" : " ^4.2.3"
27
27
},
28
- "version" : " 0.0.31 "
28
+ "version" : " 0.0.32 "
29
29
}
You can’t perform that action at this time.
0 commit comments