diff --git a/CHANGELOG.md b/CHANGELOG.md index 0127f67..029075d 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. +### [7.0.2](https://github.com/mattlewis92/angular-resizable-element/compare/v7.0.1...v7.0.2) (2022-12-13) + + +### Bug Fixes + +* check onMouseDown event is cancelable before calling event.preventDefault() ([#133](https://github.com/mattlewis92/angular-resizable-element/issues/133)) ([4438bab](https://github.com/mattlewis92/angular-resizable-element/commit/4438babaf8fcdf5b036d4c135cd47dee80373fce)) + ### [7.0.1](https://github.com/mattlewis92/angular-resizable-element/compare/v7.0.0...v7.0.1) (2022-12-12) diff --git a/package.json b/package.json index 965cc05..b20694d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-resizable-element", - "version": "7.0.1", + "version": "7.0.2", "description": "An angular 15.0+ directive that allows an element to be dragged and resized", "scripts": { "start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",