From 0b4f535ee6cd299f72460f1338f460a542c8b833 Mon Sep 17 00:00:00 2001 From: Ralph Huwiler Date: Mon, 6 May 2019 10:22:18 +0200 Subject: [PATCH] release 2.4.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3dcc9..75c4f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.4.1] - 2019-05-06 + +### Fixed + - Fixed a issue that caused an items nesting level to be always increased on + the first interaction. + [#24](https://github.com/rhwilr/vue-nestable/issues/24) + + ## [2.4.0] - 2019-04-25 ### Added diff --git a/package.json b/package.json index af5fb8b..94ccb5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-nestable", - "version": "2.4.0", + "version": "2.4.1", "description": "vue-nestable", "author": "Ralph Huwiler ", "homepage": "https://rhwilr.github.io/vue-nestable/",