From d66612756e189dcd201dc854bb9096bff04503e3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Feb 2022 02:35:58 +0000 Subject: [PATCH] chore(release): 0.0.33 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ef32f..1146bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.33](https://github.com/brainchild-projects/printables/compare/v0.0.32...v0.0.33) (2022-02-05) + + +### Bug Fixes + +* print colors exactly especially text ([0690a26](https://github.com/brainchild-projects/printables/commit/0690a269ddbdc6a17f7dd47258818430edd21593)), closes [#41](https://github.com/brainchild-projects/printables/issues/41) + ### [0.0.32](https://github.com/brainchild-projects/printables/compare/v0.0.31...v0.0.32) (2022-02-04) diff --git a/package-lock.json b/package-lock.json index f52f101..6d46710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.0.32", + "version": "0.0.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "printables", - "version": "0.0.32", + "version": "0.0.33", "dependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", diff --git a/package.json b/package.json index 952ebc1..b79e1c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.32", + "version": "0.0.33", "private": true, "dependencies": { "@commitlint/cli": "^12.1.4",