From 1dc06969e6b5af1bb6b503204dca7cc1feb8204d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Apr 2021 12:59:54 +0000 Subject: [PATCH] chore(release): 0.20.0 # [0.20.0](https://github.com/Sanofi-IADC/konviw/compare/v0.19.5...v0.20.0) (2021-04-20) ### Bug Fixes * static assets build improvements ([7d2e246](https://github.com/Sanofi-IADC/konviw/commit/7d2e2467cab0667f75468cca2e683b899fe66d60)) ### Features * load scss files at build time ([3c1829b](https://github.com/Sanofi-IADC/konviw/commit/3c1829b21cf43ad6d41a42e99712cf11facf1d29)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c4fed16..bc6a4b0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.20.0](https://github.com/Sanofi-IADC/konviw/compare/v0.19.5...v0.20.0) (2021-04-20) + + +### Bug Fixes + +* static assets build improvements ([7d2e246](https://github.com/Sanofi-IADC/konviw/commit/7d2e2467cab0667f75468cca2e683b899fe66d60)) + + +### Features + +* load scss files at build time ([3c1829b](https://github.com/Sanofi-IADC/konviw/commit/3c1829b21cf43ad6d41a42e99712cf11facf1d29)) + ## [0.19.5](https://github.com/Sanofi-IADC/konviw/compare/v0.19.4...v0.19.5) (2021-04-20) diff --git a/package.json b/package.json index 7d9eb2e1e..073980f60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "confluence-cms-api", - "version": "0.19.5", + "version": "0.20.0", "description": "Enterprise public viewer for your Confluence pages", "author": "Jose Gascon", "private": true,