Skip to content

Commit 9478f50

Browse files
committed
Update changelog and version for 3.2.1
1 parent 5bbcc0f commit 9478f50

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

33
All notable changes to `twill` will be documented in this file.
44

5+
## 3.2.1
6+
7+
### Fixed
8+
- Fix datatable and buckets filters error caused by Axios breaking changes in 0.28.0 by @zeezo887 in https://github.com/area17/twill/pull/2520
9+
10+
511
## 3.2.0
612

713
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@area17/twill",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"scripts": {
66
"inspect": "vue-cli-service inspect --mode production",

src/TwillServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TwillServiceProvider extends ServiceProvider
5858
*
5959
* @var string
6060
*/
61-
public const VERSION = '3.2.0';
61+
public const VERSION = '3.2.1';
6262

6363
/**
6464
* Service providers to be registered.

0 commit comments

Comments
 (0)