diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5fb63..0559a9e 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.1.6](https://github.com/brainchild-projects/printables/compare/v0.1.5...v0.1.6) (2024-07-20) + + +### Features + +* increase number of digitis for vertical add and sub ([9d80254](https://github.com/brainchild-projects/printables/commit/9d8025421e85e00a1662a369b4278aab3434143b)) + ### [0.1.5](https://github.com/brainchild-projects/printables/compare/v0.1.4...v0.1.5) (2024-03-27) ### [0.1.4](https://github.com/brainchild-projects/printables/compare/v0.1.2...v0.1.4) (2024-03-13) diff --git a/package-lock.json b/package-lock.json index 9aa47ac..f935f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "printables", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "printables", - "version": "0.1.5", + "version": "0.1.6", "dependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", diff --git a/package.json b/package.json index 73ebb2b..c78f685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "printables", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "dependencies": {