From 29fa9a7c2360dea453cef77342b5610d173b6c7b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Apr 2022 14:51:39 +0000 Subject: [PATCH] chore(release): 0.0.55 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff43855..2dc6187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.55](https://github.com/brainchild-projects/printables/compare/v0.0.54...v0.0.55) (2022-04-26) + ### [0.0.54](https://github.com/brainchild-projects/printables/compare/v0.0.53...v0.0.54) (2022-04-22) ### [0.0.53](https://github.com/brainchild-projects/printables/compare/v0.0.52...v0.0.53) (2022-04-22) diff --git a/package-lock.json b/package-lock.json index 2d72c3a..1458300 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.0.54", + "version": "0.0.55", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "printables", - "version": "0.0.54", + "version": "0.0.55", "dependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", diff --git a/package.json b/package.json index 098bd83..d89a051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.54", + "version": "0.0.55", "private": true, "dependencies": { "@commitlint/cli": "^16.1.0",