Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Commit 5f7542e

Browse files
authored
3.2.1 (#122)
* 3.2.1 * Update changelog
1 parent ebb9ee0 commit 5f7542e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ For changes prior to `3.0.0`, please see the package's [GitHub Releases](https:/
99

1010
## [Unreleased]
1111

12+
## [3.2.1] - 2020-11-19
13+
14+
### Changed
15+
16+
- @metamask/controllers@5.0.0 ([#121](https://github.com/MetaMask/rpc-cap/pull/121))
17+
1218
## [3.2.0] - 2020-09-23
1319

1420
### Changed
@@ -48,6 +54,8 @@ For changes prior to `3.0.0`, please see the package's [GitHub Releases](https:/
4854
- `IOriginMetadata`
4955
- Remove `id` property, which is now never used in practice
5056

51-
[Unreleased]:https://github.com/MetaMask/rpc-cap/compare/v3.0.1...HEAD
57+
[Unreleased]:https://github.com/MetaMask/rpc-cap/compare/v3.2.1...HEAD
58+
[3.2.1]:https://github.com/MetaMask/rpc-cap/compare/v3.2.1...v3.2.1
59+
[3.2.0]:https://github.com/MetaMask/rpc-cap/compare/v3.1.0...v3.2.0
5260
[3.1.0]:https://github.com/MetaMask/rpc-cap/compare/v3.0.1...v3.1.0
5361
[3.0.1]:https://github.com/MetaMask/rpc-cap/compare/v3.0.0...v3.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rpc-cap",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)