From 09e167dea026632a739752c7df825cf182672b0a Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Sat, 10 Jun 2017 19:07:49 +0100 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f01ad9..bf86003 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. + +## [1.1.2](https://github.com/mattlewis92/angular-resizable-element/compare/v1.1.1...v1.1.2) (2017-06-10) + + +### Bug Fixes + +* **dragHandle:** fix drag handles on firefox ([1d15bb4](https://github.com/mattlewis92/angular-resizable-element/commit/1d15bb4)), closes [#54](https://github.com/mattlewis92/angular-resizable-element/issues/54) + + + ## [1.1.1](https://github.com/mattlewis92/angular-resizable-element/compare/v1.1.0...v1.1.1) (2017-05-21) diff --git a/package.json b/package.json index 2d7a521..6181e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-resizable-element", - "version": "1.1.1", + "version": "1.1.2", "description": "An angular 4.0+ directive that allows an element to be dragged and resized", "main": "./dist/umd/angular-resizable-element.js", "module": "./dist/esm/src/index.js",