Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2020-04-10)

### Bug Fixes

* **remove:** remove used without a value removes the filter entirely ([#24](#24)) ([7dc6bb7](7dc6bb7))
  • Loading branch information
semantic-release-bot committed Apr 10, 2020
1 parent e89c629 commit c3a72f7
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.3.2](https://github.com/prilutskiy/filterion/compare/v1.3.1...v1.3.2) (2020-04-10)


### Bug Fixes

* **remove:** remove used without a value removes the filter entirely ([#24](https://github.com/prilutskiy/filterion/issues/24)) ([7dc6bb7](https://github.com/prilutskiy/filterion/commit/7dc6bb76939ac1222ae457c07182a41f4320cc93))

## [1.3.1](https://github.com/prilutskiy/filterion/compare/v1.3.0...v1.3.1) (2020-04-07)


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

0 comments on commit c3a72f7

Please sign in to comment.