Skip to content

Commit 952b07e

Browse files
github-actions[bot]github-actions
andauthored
0.8.3 (#217)
Co-authored-by: github-actions <[email protected]>
1 parent e8692d3 commit 952b07e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.3]
10+
### Uncategorized
11+
- Fixed eth_accounts example params ([#216](https://github.com/MetaMask/api-specs/pull/216))
12+
913
## [0.8.2]
1014
### Uncategorized
1115
- small typo correction ([#213](https://github.com/MetaMask/api-specs/pull/213))
@@ -166,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166170
### Fixed
167171
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
168172

169-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.8.2...HEAD
173+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.8.3...HEAD
174+
[0.8.3]: https://github.com/MetaMask/api-specs/compare/v0.8.2...v0.8.3
170175
[0.8.2]: https://github.com/MetaMask/api-specs/compare/v0.8.1...v0.8.2
171176
[0.8.1]: https://github.com/MetaMask/api-specs/compare/v0.8.0...v0.8.1
172177
[0.8.0]: https://github.com/MetaMask/api-specs/compare/v0.7.0...v0.8.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ts-jest": "^29.0.5",
3737
"typescript": "~4.8.4"
3838
},
39-
"version": "0.8.2"
39+
"version": "0.8.3"
4040
}

0 commit comments

Comments
 (0)