From b6e960d71d58164fc244f3907017f23478ae11e8 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 25 Mar 2024 15:12:12 -0400 Subject: [PATCH] Release v3.3.2 (#59) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15b74d..85f2154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Change history for stripes-template-editor +## [3.3.2](https://github.com/folio-org/stripes-template-editor/tree/v3.3.2) (2024-03-25) +[Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v3.3.1...v3.3.2) + +* Push template content through DOMPurify to avoid XSS vulnerabilities. Refs STRIPES-908. + ## [3.3.1](https://github.com/folio-org/stripes-template-editor/tree/v3.3.1) (2023-11-08) [Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v3.3.0...v3.3.1) * upgrade `react-quill` version to `2.0.0`. Refs STRIPES-896. -* Push template content through DOMPurify to avoid XSS vulnerabilities. Refs STRIPES-908. ## [3.3.0](https://github.com/folio-org/stripes-template-editor/tree/v3.2.0) (2023-10-13) [Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v3.2.0...v3.3.0) diff --git a/package.json b/package.json index 4e4b669..79be959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-template-editor", - "version": "3.3.1", + "version": "3.3.2", "description": "Provides an embedding of the Quill template editor", "repository": "folio-org/stripes-template-editor", "publishConfig": {