diff --git a/CHANGELOG.md b/CHANGELOG.md index 365aa5fb1..fc6746f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.35.0](https://github.com/Sanofi-IADC/konviw/compare/v3.34.0...v3.35.0) (2024-08-14) + + +### Features + +* WEB-2187 fix null string ([adf112f](https://github.com/Sanofi-IADC/konviw/commit/adf112fcb77a83f9c4200440f183431578b590d9)) +* WEB-2187 fix null string Jira Macro ([5a9eb29](https://github.com/Sanofi-IADC/konviw/commit/5a9eb299aa69e1f591ef77bfa171b7a749660566)) + # [3.34.0](https://github.com/Sanofi-IADC/konviw/compare/v3.33.0...v3.34.0) (2024-08-14) diff --git a/package.json b/package.json index 7a2188e52..f934547bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "konviw", - "version": "3.34.0", + "version": "3.35.0", "description": "Enterprise viewer for your Confluence pages", "author": "Jose Gascon", "private": true,