From 6790bca35475089381945dc5e30b6168ba67a55a Mon Sep 17 00:00:00 2001 From: Fabien Winkler Date: Thu, 12 Oct 2023 21:54:59 +0200 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8161cf8..83e968b 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. +### [1.1.4](https://github.com/fabwcie/drawer/compare/v1.1.3...v1.1.4) (2023-10-12) + + +### Bug Fixes + +* opaque bg firefox ([e326f5b](https://github.com/fabwcie/drawer/commits/e326f5ba9782fe126035823a8af07433a6eb4802)) +* remove brush/eraser from availableShape (lag on big screen) ([4bd8ccc](https://github.com/fabwcie/drawer/commits/4bd8ccc35905f85776db1dbe9760d55cc0d5e8cd)) + ### [1.1.3](https://github.com/fabwcie/drawer/compare/v1.1.2...v1.1.3) (2023-10-03) diff --git a/package-lock.json b/package-lock.json index 8c02c72..b73400c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabwcie/drawer", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fabwcie/drawer", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "@melloware/coloris": "^0.21.1" diff --git a/package.json b/package.json index 96cbdf4..ddf662d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Canvas drawer for free hand drawing and more utility tools.", "author": "Winkler Fabien ", "contributors": [], - "version": "1.1.3", + "version": "1.1.4", "type": "module", "types": "./dist/index.d.ts", "engines": {