Skip to content

Commit b17e8bc

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2020-04-07) ### Bug Fixes * fix query string start index ([3d7cf30](3d7cf30))
1 parent 3d7cf30 commit b17e8bc

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.1](https://github.com/prilutskiy/filterion/compare/v1.3.0...v1.3.1) (2020-04-07)
2+
3+
4+
### Bug Fixes
5+
6+
* fix query string start index ([3d7cf30](https://github.com/prilutskiy/filterion/commit/3d7cf30f34a1a937736540eb4ca5255a46aee250))
7+
18
# [1.3.0](https://github.com/prilutskiy/filterion/compare/v1.2.1...v1.3.0) (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.0",
3+
"version": "1.3.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)