From fc5ed3ac7d0939b0dfd0be9aa199cf8625fda0fa Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 29 Nov 2022 13:51:39 +1030 Subject: [PATCH] Release 0.1.0-beta.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d9e72..5905cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0-beta.2] - 2022-11-29 ### Fixed - Export `SortableContext` - Fix miscalculation in top/left auto-scrolling @@ -14,5 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0-beta.1] - 2022-09-29 Initial release -[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...HEAD +[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.2...HEAD +[0.1.0-beta.2]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...0.1.0-beta.2 [0.1.0-beta.1]: https://github.com/tobyzerner/inclusive-sort/releases/tag/0.1.0-beta.1 diff --git a/package.json b/package.json index e7a0d61..2cc927d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inclusive-sort", - "version": "0.1.0-beta.1", + "version": "0.1.0-beta.2", "description": "Drag and drop sorting that just works – for everyone.", "module": "dist/inclusive-sort.js", "type": "module",