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

Commit

Permalink
3.2.1 (#122)
Browse files Browse the repository at this point in the history
* 3.2.1

* Update changelog
  • Loading branch information
rekmarks authored Nov 20, 2020
1 parent ebb9ee0 commit 5f7542e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ For changes prior to `3.0.0`, please see the package's [GitHub Releases](https:/

## [Unreleased]

## [3.2.1] - 2020-11-19

### Changed

- @metamask/controllers@5.0.0 ([#121](https://github.com/MetaMask/rpc-cap/pull/121))

## [3.2.0] - 2020-09-23

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

[Unreleased]:https://github.com/MetaMask/rpc-cap/compare/v3.0.1...HEAD
[Unreleased]:https://github.com/MetaMask/rpc-cap/compare/v3.2.1...HEAD
[3.2.1]:https://github.com/MetaMask/rpc-cap/compare/v3.2.1...v3.2.1
[3.2.0]:https://github.com/MetaMask/rpc-cap/compare/v3.1.0...v3.2.0
[3.1.0]:https://github.com/MetaMask/rpc-cap/compare/v3.0.1...v3.1.0
[3.0.1]:https://github.com/MetaMask/rpc-cap/compare/v3.0.0...v3.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpc-cap",
"version": "3.2.0",
"version": "3.2.1",
"description": "A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5f7542e

Please sign in to comment.