Skip to content

Commit

Permalink
3.0.0 (#13)
Browse files Browse the repository at this point in the history
* Major version bump
* Add changelog
  • Loading branch information
rekmarks authored and MajorLift committed Oct 12, 2023
1 parent d388273 commit ec39608
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions merged-packages/json-rpc-middleware-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2020-12-08

### Added

- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))

[Unreleased]:https://github.com/MetaMask/json-rpc-middleware-stream/compare/v3.0.0...HEAD
[3.0.0]:https://github.com/MetaMask/json-rpc-middleware-stream/compare/v2.1.1...v3.0.0
2 changes: 1 addition & 1 deletion merged-packages/json-rpc-middleware-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-rpc-middleware-stream",
"version": "2.1.1",
"version": "3.0.0",
"description": "A small toolset for streaming JSON-RPC data and matching requests and responses.",
"license": "ISC",
"main": "index.js",
Expand Down

0 comments on commit ec39608

Please sign in to comment.