Skip to content

Commit a266665

Browse files
github-actions[bot]github-actions
andauthored
0.8.1 (#210)
Co-authored-by: github-actions <[email protected]>
1 parent 78b02b3 commit a266665

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.1]
10+
### Uncategorized
11+
- Convert native currency decimal properties non-negative min property to minimum ([#200](https://github.com/MetaMask/api-specs/pull/200))
12+
- Add examples ([#207](https://github.com/MetaMask/api-specs/pull/207))
13+
- Update restricted text ([#202](https://github.com/MetaMask/api-specs/pull/202))
14+
915
## [0.8.0]
1016
### Uncategorized
1117
- Update method tags ([#195](https://github.com/MetaMask/api-specs/pull/195))
@@ -155,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155161
### Fixed
156162
- Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69))
157163

158-
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.8.0...HEAD
164+
[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.8.1...HEAD
165+
[0.8.1]: https://github.com/MetaMask/api-specs/compare/v0.8.0...v0.8.1
159166
[0.8.0]: https://github.com/MetaMask/api-specs/compare/v0.7.0...v0.8.0
160167
[0.7.0]: https://github.com/MetaMask/api-specs/compare/v0.6.2...v0.7.0
161168
[0.6.2]: https://github.com/MetaMask/api-specs/compare/v0.6.1...v0.6.2

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.0"
39+
"version": "0.8.1"
4040
}

0 commit comments

Comments
 (0)