From 421a3c3d8fdee6055dc4e128f6347ae69a2880da Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Jul 2021 05:28:16 +0000 Subject: [PATCH] chore(release): 0.0.7 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4505ce..83a9456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.7](https://github.com/brainchild-projects/printables/compare/v0.0.6...v0.0.7) (2021-07-22) + + +### Bug Fixes + +* moving types to main deps ([ad829b4](https://github.com/brainchild-projects/printables/commit/ad829b4c362095e03daa755e7470e89d466ea985)) +* remove home declaration ([ee781ec](https://github.com/brainchild-projects/printables/commit/ee781ec5be8bc6de894b282ba62b5fe4c9f9382e)) + ### [0.0.6](https://github.com/brainchild-projects/printables/compare/v0.0.5...v0.0.6) (2021-07-14) diff --git a/package-lock.json b/package-lock.json index 10c18d4..28f3685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e022871..c492b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.6", + "version": "0.0.7", "private": true, "dependencies": { "@material-ui/core": "^4.11.4",