Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2020-04-06)

### Bug Fixes

* fixed output when passed into JSON.stringify ([#19](#19)) ([4682ad7](4682ad7))
  • Loading branch information
semantic-release-bot committed Apr 6, 2020
1 parent 4682ad7 commit 60729a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/prilutskiy/filterion/compare/v1.2.0...v1.2.1) (2020-04-06)


### Bug Fixes

* fixed output when passed into JSON.stringify ([#19](https://github.com/prilutskiy/filterion/issues/19)) ([4682ad7](https://github.com/prilutskiy/filterion/commit/4682ad7623499511ea60b45aa0d5551849e85838))

# [1.2.0](https://github.com/prilutskiy/filterion/compare/v1.1.0...v1.2.0) (2020-04-06)


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": "filterion",
"version": "1.2.0",
"version": "1.2.1",
"description": "Data structure for filter criteria management",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 60729a9

Please sign in to comment.