From 9114963b56fee5b0058b57ba37d219ff1ff02933 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 12 Jun 2023 16:28:27 +0200 Subject: [PATCH] chore(release): 9.3.0 [skip ci] # [9.3.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.10...v9.3.0) (2023-06-12) ### Features * **events-subscription:** allow to instantly refresh permissions when they change ([#1082](https://github.com/ForestAdmin/forest-express-sequelize/issues/1082)) ([5cd9cd5](https://github.com/ForestAdmin/forest-express-sequelize/commit/5cd9cd5be163226ad6c7610395521db97620a196)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810e4176..4fdeb7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.3.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.10...v9.3.0) (2023-06-12) + + +### Features + +* **events-subscription:** allow to instantly refresh permissions when they change ([#1082](https://github.com/ForestAdmin/forest-express-sequelize/issues/1082)) ([5cd9cd5](https://github.com/ForestAdmin/forest-express-sequelize/commit/5cd9cd5be163226ad6c7610395521db97620a196)) + ## [9.2.10](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.9...v9.2.10) (2023-05-24) diff --git a/package.json b/package.json index 4533239e..48c08e3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.2.10", + "version": "9.3.0", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",