Skip to content

Commit c3a72f7

Browse files
chore(release): 1.3.2 [skip ci]
## [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))
1 parent e89c629 commit c3a72f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.2](https://github.com/prilutskiy/filterion/compare/v1.3.1...v1.3.2) (2020-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [1.3.1](https://github.com/prilutskiy/filterion/compare/v1.3.0...v1.3.1) (2020-04-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filterion",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Data structure for filter criteria management",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)