From 482a2968b699194b0d4203e13ca5902171d7c1d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Nov 2022 11:29:16 +0000 Subject: [PATCH] chore: 2.0.0 # [2.0.0](https://github.com/rfoel/base64-to-pdf/compare/v1.0.0...v2.0.0) (2022-11-01) ### Features * refactor app to pure React ([879aaf8](https://github.com/rfoel/base64-to-pdf/commit/879aaf829eda752dd0a167150a5cd5908c4a0aae)) ### BREAKING CHANGES * dropped the remix application in favor of pure React. [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4170cca..2176e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/rfoel/base64-to-pdf/compare/v1.0.0...v2.0.0) (2022-11-01) + + +### Features + +* refactor app to pure React ([879aaf8](https://github.com/rfoel/base64-to-pdf/commit/879aaf829eda752dd0a167150a5cd5908c4a0aae)) + + +### BREAKING CHANGES + +* dropped the remix application in favor of pure React. + # 1.0.0 (2022-05-13)