diff --git a/CHANGELOG.md b/CHANGELOG.md index 524121f..12c9321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to `livewire-sortablejs` will be documented in this file. +## 0.2.0 - 2022-06-22 + +- Add `wire:sortable.options` and `wire:sortable-group.options` attributes + ## 0.1.1 - 2021-08-22 -- Fixes in package.json +- Fixes in package.json ## 0.1.0 - 2021-08-22 diff --git a/package-lock.json b/package-lock.json index e0fe26c..eed153e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "dependencies": { "sortablejs": "^1.14.0" diff --git a/package.json b/package.json index fe03922..f6ee436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.1.1", + "version": "0.2.0", "description": "Laravel Livewire plugin to use Sortable.js", "main": "dist/livewire-sortable.js", "author": "Günther Debrauwer",