Skip to content

Commit

Permalink
Update version and changelog for 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Sep 2, 2021
1 parent c16d2e9 commit abf2252
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## 2.5.1 (2021-09-02)

### Fixed

- Twill custom error views and ability to extend its exceptions handler [`312b44`](https://github.com/area17/twill/commit/312b446cc6f4826bf6f9d703e02fb6b96bbb2a9f)[`c16d2e`](https://github.com/area17/twill/commit/c16d2e9374dbe5c225a97910e5b228a549b887de)

## 2.5.0 (2021-09-01)

### 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
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Expand Up @@ -49,7 +49,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.5.0';
const VERSION = '2.5.1';

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

0 comments on commit abf2252

Please sign in to comment.