Skip to content

Commit 3719e1c

Browse files
committed
Release 0.1.0-beta.1
1 parent 5ec0599 commit 3719e1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0-beta.1] - 2022-09-29
911
Initial release
12+
13+
[unreleased]: https://github.com/tobyzerner/inclusive-sort/compare/0.1.0-beta.1...HEAD
14+
[0.1.0-beta.1]: https://github.com/tobyzerner/inclusive-sort/releases/tag/0.1.0-beta.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inclusive-sort",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.1.0-beta.1",
44
"description": "Drag and drop sorting that just works – for everyone.",
55
"module": "dist/inclusive-sort.js",
66
"type": "module",

0 commit comments

Comments
 (0)