From 3469d998d9f6d15bbf3e2fd70b63243df979f9d9 Mon Sep 17 00:00:00 2001 From: Sergei Zavgorodnii Date: Wed, 23 Jan 2019 18:03:46 +0300 Subject: [PATCH] chore(*) patch version --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc9151..98da999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [4.2.4](https://github.com/alfa-laboratory/arui-scripts/compare/v4.2.3...v4.2.4) (2019-01-23) + + +### Bug Fixes + +* **test:** Comment about skipped arguments added ([ce555ce](https://github.com/alfa-laboratory/arui-scripts/commit/ce555ce)) +* **test:** Fixed argument handling to test provided files only ([8711585](https://github.com/alfa-laboratory/arui-scripts/commit/8711585)) + + + ## [4.2.3](https://github.com/alfa-laboratory/arui-scripts/compare/v4.2.2...v4.2.3) (2019-01-17) diff --git a/package.json b/package.json index 1cac467..669e44f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-scripts", - "version": "4.2.3", + "version": "4.2.4", "main": "index.js", "license": "MPL-2.0", "repository": {