Skip to content

Commit

Permalink
Release v3.3.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Mar 25, 2024
1 parent f1bc0ec commit b6e960d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b6e960d

Please sign in to comment.