Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2022-10-16)

### Bug Fixes

* bump the release ([7df92ea](7df92ea))
* bump version ([#69](#69)) ([edd7f4f](edd7f4f))
* fixed semantic-release script ([0b17994](0b17994))
  • Loading branch information
semantic-release-bot committed Oct 16, 2022
1 parent 0b17994 commit ebe4e8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.2](https://github.com/prilutskiy/filterion/compare/v1.4.1...v1.4.2) (2022-10-16)


### Bug Fixes

* bump the release ([7df92ea](https://github.com/prilutskiy/filterion/commit/7df92ea4c8f1b7ef879c9c58747de02e44bd73db))
* bump version ([#69](https://github.com/prilutskiy/filterion/issues/69)) ([edd7f4f](https://github.com/prilutskiy/filterion/commit/edd7f4f8eba2cb4e4bf16f08ff793dc3297302e9))
* fixed semantic-release script ([0b17994](https://github.com/prilutskiy/filterion/commit/0b1799427e4acaa664f9a63c460cea2d71076ebd))

## [1.4.1](https://github.com/prilutskiy/filterion/compare/v1.4.0...v1.4.1) (2020-06-05)


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

0 comments on commit ebe4e8e

Please sign in to comment.