From ebe4e8e729189d31fa4c904fe86f401df02cf284 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Oct 2022 16:50:37 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] ## [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)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab053b..4744a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3117689..0515955 100644 --- a/package.json +++ b/package.json @@ -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",