From 4cf9e1a08eaf184ed25fcf3aa1ee648129aca242 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 8 Jul 2022 12:50:52 +0000 Subject: [PATCH] chore(release): v2.2.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b1379e6..9292226c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.2.0](https://github.com/jwplayer/ott-web-app/compare/v2.1.0...v2.2.0) (2022-07-08) + + +### Features + +* **project:** sanitize html content ([658f199](https://github.com/jwplayer/ott-web-app/commit/658f1993d198c51eef24ba47b86c5786a5ee6560)), closes [#47](https://github.com/jwplayer/ott-web-app/issues/47) + + + # [2.1.0](https://github.com/jwplayer/ott-web-app/compare/v2.0.4...v2.1.0) (2022-07-05) diff --git a/package.json b/package.json index 5d737340e..dd130dbb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jw-ott-webapp", - "version": "2.1.0", + "version": "2.2.0", "main": "index.js", "repository": "https://github.com/jwplayer/ott-web-app.git", "author": "Robin van Zanten", @@ -126,4 +126,4 @@ "glob-parent": "^5.1.2", "codeceptjs/**/ansi-regex": "^4.1.1" } -} +} \ No newline at end of file