Skip to content

Commit

Permalink
Update changelog and version for 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Mar 26, 2024
1 parent 5bbcc0f commit 9478f50
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 3.2.1

### Fixed
- 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


## 3.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '3.2.0';
public const VERSION = '3.2.1';

/**
* Service providers to be registered.
Expand Down

0 comments on commit 9478f50

Please sign in to comment.