From d7c2fc37bd04a4b76bf4415fa8a936b1e7ba9469 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 20 Feb 2023 16:23:16 +0200 Subject: [PATCH] Version 1.0.5 PR-URL: https://github.com/metarhia/concolor/pull/73 --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1966c..c9d1dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [1.0.5][] - 2023-02-20 + +- Package maintenance and update dependencies + ## [1.0.4][] - 2022-11-16 - Imprve code style @@ -35,7 +39,8 @@ - Style function (wrappers to add escape styles) - Themes (set of named styles) -[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.4...HEAD +[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.5...HEAD +[1.0.5]: https://github.com/metarhia/concolor/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/metarhia/concolor/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/metarhia/concolor/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/metarhia/concolor/compare/v1.0.1...v1.0.2 diff --git a/package-lock.json b/package-lock.json index e3eaf5f..2095a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "concolor", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70418e8..1d18d72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "concolor", - "version": "1.0.4", + "version": "1.0.5", "author": "Vladyslav Dukhin ", "description": "Console colors for strings templates in node.js", "license": "MIT",