Skip to content

Commit 34629d6

Browse files
committed
v1.1.1
1 parent 3a14eeb commit 34629d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to `wire-table` will be documented in this file
44

5+
## 1.1.1 - 2024-01-11
6+
- Fix: JS error when changing sorting due to overlap between sortBy method and property
57

68
## 1.1.0 - 2024-01-11
79
- BREAKING: ResetPageOnUpdate is not included by default, but it's automatically added when using the artisan `make:wiretable` command

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tiknil",
66
"wire-table"
77
],
8-
"version": "1.1.0",
8+
"version": "1.1.1",
99
"homepage": "https://github.com/tiknil/wire-table",
1010
"license": "MIT",
1111
"type": "library",

0 commit comments

Comments
 (0)