From 940e02eb3a23c4ef50ae485a6a9482eed8c1c4cd Mon Sep 17 00:00:00 2001 From: Martin Pengelly-Phillips Date: Sun, 9 Jan 2022 13:40:38 +0000 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 5 +++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69b6b6..06a8375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.0] - 2022-01-09 ### Added @@ -198,7 +198,8 @@ sortable lists. from each other. -[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.3.3...HEAD +[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.4.0...HEAD +[0.4.0]: https://github.com/thisbeyond/solid-dnd/compare/0.3.3...0.4.0 [0.3.3]: https://github.com/thisbeyond/solid-dnd/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/thisbeyond/solid-dnd/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/thisbeyond/solid-dnd/compare/0.3.0...0.3.1 diff --git a/package-lock.json b/package-lock.json index 7b13ae1..3ba608d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@thisbeyond/solid-dnd", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "^2.3.0", diff --git a/package.json b/package.json index 1976888..50c838e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.3.3", + "version": "0.4.0", "description": "A lightweight drag and drop toolkit for Solid.", "homepage": "https://github.com/thisbeyond/solid-dnd#readme", "license": "MIT",