From 781783c37bd2b547ec9c7731d3b8e8865d49e20b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Jun 2022 12:33:33 +0000 Subject: [PATCH] chore(release): 0.0.65 --- 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 e5d3dc5..24c9528 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.65](https://github.com/brainchild-projects/printables/compare/v0.0.64...v0.0.65) (2022-06-17) + + +### Bug Fixes + +* less duplication for telling time problems ([6efaed0](https://github.com/brainchild-projects/printables/commit/6efaed0a300fc0a34add7fff7d829095f942a2ab)), closes [#85](https://github.com/brainchild-projects/printables/issues/85) + ### [0.0.64](https://github.com/brainchild-projects/printables/compare/v0.0.63...v0.0.64) (2022-06-17) diff --git a/package-lock.json b/package-lock.json index da4192d..313b1ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.0.64", + "version": "0.0.65", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "printables", - "version": "0.0.64", + "version": "0.0.65", "dependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", diff --git a/package.json b/package.json index 3d254e3..a81c7cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.64", + "version": "0.0.65", "private": true, "dependencies": { "@commitlint/cli": "^16.1.0",