Skip to content

Commit 344c34d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.2...v1.4.0) (2020-04-10) ### Features * add .equals & .getKeys ([#25](#25)) ([42f834d](42f834d))
1 parent 42f834d commit 344c34d

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.0](https://github.com/prilutskiy/filterion/compare/v1.3.2...v1.4.0) (2020-04-10)
2+
3+
4+
### Features
5+
6+
* add .equals & .getKeys ([#25](https://github.com/prilutskiy/filterion/issues/25)) ([42f834d](https://github.com/prilutskiy/filterion/commit/42f834db6388f924ab22ceb8e8e049f82a227aa5))
7+
18
## [1.3.2](https://github.com/prilutskiy/filterion/compare/v1.3.1...v1.3.2) (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.3.2",
3+
"version": "1.4.0",
44
"description": "Data structure for filter criteria management",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)