From 4f31abac8b6c1a7fde9d87b43c14dc27a8169589 Mon Sep 17 00:00:00 2001 From: Damian Wajdlich Date: Thu, 10 Oct 2019 20:31:32 +0200 Subject: [PATCH] chore(release): 8.1.1 --- 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 455dbd3..65f7904 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. +### [8.1.1](https://github.com/swiety85/angular2gridster/compare/v8.1.0...v8.1.1) (2019-10-10) + + +### Bug Fixes + +* Fix lodash Vulnerable version ([7e25199](https://github.com/swiety85/angular2gridster/commit/7e25199)) +* **drag:** Remove rounding in clalculating cell sizes and item positions ([536cd41](https://github.com/swiety85/angular2gridster/commit/536cd41)), closes [#346](https://github.com/swiety85/angular2gridster/issues/346) [#334](https://github.com/swiety85/angular2gridster/issues/334) + + + ## [8.1.0](https://github.com/swiety85/angular2gridster/compare/v8.0.1...v8.1.0) (2019-08-20) diff --git a/package-lock.json b/package-lock.json index 3ce65bf..bcd3ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular2gridster", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aefd8e3..d9dab02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2gridster", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "scripts": { "ng": "ng",