From 030554dd02ae36d35381b55fc73d1ff4996ddcd5 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Fri, 17 Sep 2021 01:03:36 +0200 Subject: [PATCH] Update changelog and version for 2.5.2 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- src/TwillServiceProvider.php | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219679f85..02bdde129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 3a848902d..bf79c7fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@area17/twill", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60639371c..07932f54b 100644 --- a/package.json +++ b/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", diff --git a/src/TwillServiceProvider.php b/src/TwillServiceProvider.php index cd86635cf..9c04e014c 100644 --- a/src/TwillServiceProvider.php +++ b/src/TwillServiceProvider.php @@ -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.