From 2856d01d3b2ee48e34a5b640be6db5a163ef3acf Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 May 2022 06:44:15 +0000 Subject: [PATCH] chore(release): 0.0.59 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45baf8f..6b3d685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.59](https://github.com/brainchild-projects/printables/compare/v0.0.58...v0.0.59) (2022-05-24) + + +### Features + +* change footer ([f911a19](https://github.com/brainchild-projects/printables/commit/f911a190cc42890ae0c4e29873351d1224943448)) + + +### Bug Fixes + +* standardize fill in the blanks title ([d796a87](https://github.com/brainchild-projects/printables/commit/d796a87f9df61585b91cae1fe9b265049386586a)) + ### [0.0.58](https://github.com/brainchild-projects/printables/compare/v0.0.57...v0.0.58) (2022-04-30) diff --git a/package-lock.json b/package-lock.json index f6b0186..3171aa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.0.58", + "version": "0.0.59", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "printables", - "version": "0.0.58", + "version": "0.0.59", "dependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", diff --git a/package.json b/package.json index 169ad56..75f5180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.58", + "version": "0.0.59", "private": true, "dependencies": { "@commitlint/cli": "^16.1.0",