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

Commit

Permalink
3.2.0 (#118)
Browse files Browse the repository at this point in the history
* 3.2.0

* Update changelog
  • Loading branch information
rekmarks authored Sep 23, 2020
1 parent 0c249db commit 19ec8ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@ For changes prior to `3.0.0`, please see the package's [GitHub Releases](https:/

## [Unreleased]

## [3.2.0] - 2020-09-23

### Changed

- Update various dependencies
- eth-rpc-errors@3.0.0 ([#116](https://github.com/MetaMask/rpc-cap/pull/116))
- json-rpc-engine@5.3.0 ([#115](https://github.com/MetaMask/rpc-cap/pull/115))
- @metamask/controllers@3.1.0 ([#114](https://github.com/MetaMask/rpc-cap/pull/114))

## [3.1.0] - 2020-07-29

### Changed

- Updated or removed a large number of dependencies, resulting in a smaller bundle and better performance
- Update/remove various dependencies, resulting in a smaller bundle and better performance

## [3.0.1] - 2020-07-06

Expand All @@ -38,3 +47,7 @@ For changes prior to `3.0.0`, please see the package's [GitHub Releases](https:/
- Update type of `metadata.id` from `string` to `string | number`
- `IOriginMetadata`
- Remove `id` property, which is now never used in practice

[Unreleased]:https://github.com/MetaMask/rpc-cap/compare/v3.0.1...HEAD
[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.1.0",
"version": "3.2.0",
"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 19ec8ca

Please sign in to comment.