From aaeb905f704b78865ded581acb3b9eb3182504c5 Mon Sep 17 00:00:00 2001 From: Aleksandr Kitov Date: Thu, 23 Aug 2018 16:33:40 +0300 Subject: [PATCH] chore(*): patch version --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5ea0f..9c230a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [5.0.2](https://github.com/alfa-laboratory/arui-presets/compare/v5.0.1...v5.0.2) (2018-08-23) + + + ## [5.0.1](https://github.com/alfa-laboratory/arui-presets/compare/v5.0.0...v5.0.1) (2018-07-03) diff --git a/package-lock.json b/package-lock.json index b4afb4b..0ed0079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arui-presets", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2d8e79..8c47bb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arui-presets", - "version": "5.0.1", + "version": "5.0.2", "description": "Config files for arui-apps", "author": "Good guys from Alfa Laboratory", "license": "MIT",