Skip to content

Commit be939c9

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2020-06-05) ### Bug Fixes * **exists:** fixed .exists behavior when no value parameter is passed ([#28](#28)) ([5e7f70b](5e7f70b))
1 parent 5e7f70b commit be939c9

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.4.1](https://github.com/prilutskiy/filterion/compare/v1.4.0...v1.4.1) (2020-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **exists:** fixed .exists behavior when no value parameter is passed ([#28](https://github.com/prilutskiy/filterion/issues/28)) ([5e7f70b](https://github.com/prilutskiy/filterion/commit/5e7f70b2207bca010bcd7d10abe45487f9f50159))
7+
18
# [1.4.0](https://github.com/prilutskiy/filterion/compare/v1.3.2...v1.4.0) (2020-04-10)
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.4.0",
3+
"version": "1.4.1",
44
"description": "Data structure for filter criteria management",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)