From b706f8f4f8e574a9d257617bf6fb866b55cb373e Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Tue, 14 Jan 2020 10:47:19 -0800 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e4bb8..ef5018f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [3.3.0](https://github.com/mattlewis92/angular-resizable-element/compare/v3.2.6...v3.3.0) (2020-01-14) + + +### Features + +* allow changing mouseMoveThrottleMS ([#106](https://github.com/mattlewis92/angular-resizable-element/issues/106)) ([fb5599b](https://github.com/mattlewis92/angular-resizable-element/commit/fb5599b)) + + + ## [3.2.6](https://github.com/mattlewis92/angular-resizable-element/compare/v3.2.5...v3.2.6) (2019-10-11) diff --git a/package-lock.json b/package-lock.json index a7a0faf..9801136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-resizable-element", - "version": "3.2.6", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bdb4cb..5d25aeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-resizable-element", - "version": "3.2.6", + "version": "3.3.0", "description": "An angular 6.0+ directive that allows an element to be dragged and resized", "scripts": { "start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"",