Skip to content

Commit

Permalink
Prepare 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haringsrob committed Sep 30, 2022
1 parent dea14e1 commit 293a06d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 2.9.1 (2022-09-30)

### Fixes

- Fixes an issue that would allow unpublished users to continue to login [`#1833`](https://github.com/area17/twill/pull/1833)
- Fixes an issue that where custom icons were not picked up by the build process [`#1825`](https://github.com/area17/twill/pull/1825)

## 2.9.0 (2022-09-13)

### Features
Expand Down
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": "2.9.0",
"version": "2.9.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 @@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.9.0';
public const VERSION = '2.9.1';

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

0 comments on commit 293a06d

Please sign in to comment.