From ccfe4eec7c30c8364307695c459ce96d335baa0c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jun 2022 06:35:24 +0000 Subject: [PATCH] chore(release): 0.0.62 --- 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 e3abcb3..da6bc6d 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.62](https://github.com/brainchild-projects/printables/compare/v0.0.61...v0.0.62) (2022-06-15) + + +### Features + +* worksheet number grid ([ce2d770](https://github.com/brainchild-projects/printables/commit/ce2d770dbee2d1dd0bd0b2f5e6160c3cd0b92e11)), closes [#81](https://github.com/brainchild-projects/printables/issues/81) + + +### Bug Fixes + +* tweaking preview and data field creation ([ada735b](https://github.com/brainchild-projects/printables/commit/ada735b6dc5f8702c96e788c75e6b0961da405c1)) + ### [0.0.61](https://github.com/brainchild-projects/printables/compare/v0.0.60...v0.0.61) (2022-06-14) diff --git a/package-lock.json b/package-lock.json index b265e3d..612504d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.0.61", + "version": "0.0.62", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "printables", - "version": "0.0.61", + "version": "0.0.62", "dependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", diff --git a/package.json b/package.json index 5405cf5..b407272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.0.61", + "version": "0.0.62", "private": true, "dependencies": { "@commitlint/cli": "^16.1.0",