Skip to content

Commit

Permalink
Update changelog and version for 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Sep 16, 2021
1 parent 55b2dfd commit 030554d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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

## 2.5.2 (2021-09-16)

### Fixed

- 🚨 Fix XSS security vulnerability [#1157](https://github.com/area17/twill/pull/1157) [`2dd77b15`](https://github.com/area17/twill/commit/2dd77b15)
- Hydrate related browsers on preview [#1130](https://github.com/area17/twill/pull/1130)
- Use configured namespace when generating model class in repository [`80e1b590`](https://github.com/area17/twill/commit/80e1b590)
- Translation key typo on the dashboard [`c630d0d1`](https://github.com/area17/twill/commit/c630d0d1)

### Improved

- Call `view:clear` when updating assets with `twill:update` [`c5b96010`](https://github.com/area17/twill/commit/c5b96010)
- Add security policy file [`55b2dfd63`](https://github.com/area17/twill/commit/55b2dfd63)


## 2.5.1 (2021-09-02)

### Fixed
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.1",
"version": "2.5.2",
"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.1';
const VERSION = '2.5.2';

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

0 comments on commit 030554d

Please sign in to comment.