Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.0...v2.5.0) (2020-12-22)

### Bug Fixes

* 🐛 make json-joy pass json-patch-test CLI tests ([c796dd8](c796dd8))

### Features

* 🎸 add JSON Predicate "contains" operation tests ([52f6214](52f6214))

### Performance Improvements

* ⚡️ report ns/op in main benchmark ([8a81531](8a81531))
  • Loading branch information
semantic-release-bot committed Dec 22, 2020
1 parent e3d4bbd commit 0507a8c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.5.0](https://github.com/streamich/json-joy/compare/v2.4.0...v2.5.0) (2020-12-22)


### Bug Fixes

* 🐛 make json-joy pass json-patch-test CLI tests ([c796dd8](https://github.com/streamich/json-joy/commit/c796dd8f74099887f356500bb9517a161167c90c))


### Features

* 🎸 add JSON Predicate "contains" operation tests ([52f6214](https://github.com/streamich/json-joy/commit/52f621412081b5b4d114edc8beeb39d0bbf64f31))


### Performance Improvements

* ⚡️ report ns/op in main benchmark ([8a81531](https://github.com/streamich/json-joy/commit/8a81531891b9427bea91ab7cb683aecd52675d0b))

# [2.4.0](https://github.com/streamich/json-joy/compare/v2.3.6...v2.4.0) (2020-12-19)


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.4.0",
"version": "2.5.0",
"description": "",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 0507a8c

Please sign in to comment.