diff --git a/CHANGELOG.md b/CHANGELOG.md index f86d593..5930346 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.5](https://github.com/golota60/fixelart/compare/v0.0.4...v0.0.5) (2023-04-19) + + +### Features + +* add shrink option + better readme ([24fe168](https://github.com/golota60/fixelart/commit/24fe168d5f65c55996f8cba34e3eab363c4cd981)) + ### [0.0.4](https://github.com/golota60/fixelart/compare/v0.0.3...v0.0.4) (2023-04-19) diff --git a/package.json b/package.json index 5b80d19..859fbca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixelart", - "version": "0.0.4", + "version": "0.0.5", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",