Skip to content

Commit 3535b4c

Browse files
chore(release): 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2025-03-02) ### Bug Fixes * fix index calculation when moving element down ([94df2fa](94df2fa))
1 parent 94df2fa commit 3535b4c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.2.1](https://github.com/mig8447/knockout-sortablejs/compare/v1.2.0...v1.2.1) (2025-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* fix index calculation when moving element down ([94df2fa](https://github.com/mig8447/knockout-sortablejs/commit/94df2fa4e388941de16d1c700028782fb5beeb4a))
7+
18
## [1.2.0](https://github.com/mig8447/knockout-sortablejs/compare/v1.1.1...v1.2.0) (2025-02-23)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knockout-sortablejs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A Knockout.js binding to SortableJS.",
55
"main": "knockout-sortable.js",
66
"private": true,

0 commit comments

Comments
 (0)