Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.19.0...v3.0.0) (2021-10-24)

### Features

* 🎸 add RPC implementation with MessagePack responses ([c7e1692](c7e1692))
* 🎸 move RPC with JSON under /rpc/json route ([d2a50ad](d2a50ad))

### Performance Improvements

* ⚡️ remove optional success code ([7fdd244](7fdd244))
* ⚡️ use precomputed buffers for HTTP header data ([c7252d5](c7252d5))

### BREAKING CHANGES

* 🧨 Now default JSON RPC route is /rpc/json
  • Loading branch information
semantic-release-bot committed Oct 24, 2021
1 parent bd5e0bd commit 45a68ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/streamich/json-joy/compare/v2.19.0...v3.0.0) (2021-10-24)


### Features

* 🎸 add RPC implementation with MessagePack responses ([c7e1692](https://github.com/streamich/json-joy/commit/c7e1692999cd59ae1154fbd52cb868e9cd60a07e))
* 🎸 move RPC with JSON under /rpc/json route ([d2a50ad](https://github.com/streamich/json-joy/commit/d2a50ad1e7f1a843cfc336218a908275f6abc356))


### Performance Improvements

* ⚡️ remove optional success code ([7fdd244](https://github.com/streamich/json-joy/commit/7fdd244ef2bebe58cb2441a35efb963948d4662b))
* ⚡️ use precomputed buffers for HTTP header data ([c7252d5](https://github.com/streamich/json-joy/commit/c7252d5e42b910c13b495cd14eed78ed434a6783))


### BREAKING CHANGES

* 🧨 Now default JSON RPC route is /rpc/json

# [2.19.0](https://github.com/streamich/json-joy/compare/v2.18.2...v2.19.0) (2021-10-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-joy",
"version": "2.19.0",
"version": "3.0.0",
"description": "",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 45a68ff

Please sign in to comment.