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.34]
10
+ ### Added
11
+ - homepage to package.json ([ #84 ] ( https://github.com/MetaMask/api-specs/pull/84 ) )
12
+
9
13
## [ 0.0.33]
10
14
### Changed
11
15
- publish-release.yml ([ #82 ] ( https://github.com/MetaMask/api-specs/pull/82 ) )
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
41
### Fixed
38
42
- Fix release automation compatibility ([ #69 ] ( https://github.com/MetaMask/api-specs/pull/69 ) )
39
43
40
- [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.0.33...HEAD
44
+ [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.0.34...HEAD
45
+ [ 0.0.34 ] : https://github.com/MetaMask/api-specs/compare/v0.0.33...v0.0.34
41
46
[ 0.0.33 ] : https://github.com/MetaMask/api-specs/compare/v0.0.32...v0.0.33
42
47
[ 0.0.32 ] : https://github.com/MetaMask/api-specs/compare/v0.0.31...v0.0.32
43
48
[ 0.0.31 ] : https://github.com/MetaMask/api-specs/compare/v0.0.30...v0.0.31
Original file line number Diff line number Diff line change 26
26
"node-fetch" : " ^2.6.1" ,
27
27
"typescript" : " ^4.2.3"
28
28
},
29
- "version" : " 0.0.33 "
29
+ "version" : " 0.0.34 "
30
30
}
You can’t perform that action at this time.
0 commit comments