File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.10.14]
10
+ ### Uncategorized
11
+ - Update ` wallet_createSession ` examples ([ #279 ] ( https://github.com/MetaMask/api-specs/pull/279 ) )
12
+ - Fix spec for doc rendering (Part 1) ([ #277 ] ( https://github.com/MetaMask/api-specs/pull/277 ) )
13
+ - Add ` wallet_swapAsset ` ([ #201 ] ( https://github.com/MetaMask/api-specs/pull/201 ) )
14
+
9
15
## [ 0.10.13]
10
16
### Uncategorized
11
17
- Add multichain tag ([ #275 ] ( https://github.com/MetaMask/api-specs/pull/275 ) )
@@ -258,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258
264
### Fixed
259
265
- Fix release automation compatibility ([ #69 ] ( https://github.com/MetaMask/api-specs/pull/69 ) )
260
266
261
- [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.13...HEAD
267
+ [ Unreleased ] : https://github.com/MetaMask/api-specs/compare/v0.10.14...HEAD
268
+ [ 0.10.14 ] : https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14
262
269
[ 0.10.13 ] : https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13
263
270
[ 0.10.12 ] : https://github.com/MetaMask/api-specs/compare/v0.10.11...v0.10.12
264
271
[ 0.10.11 ] : https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11
Original file line number Diff line number Diff line change 36
36
"ts-jest" : " ^29.0.5" ,
37
37
"typescript" : " ~4.8.4"
38
38
},
39
- "version" : " 0.10.13 "
39
+ "version" : " 0.10.14 "
40
40
}
You can’t perform that action at this time.
0 commit comments