From eaae7066ffdd25eacc62ca9f2c991a62e10ddee4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 07:40:41 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f230cc2..0146967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.0](https://github.com/Daniel-Kenan/pseudoblocks/compare/v1.0.8...v2.0.0) (2022-11-23) + + +### ⚠ BREAKING CHANGES + +* **Transcriber:** Transcribe pseudo to java and c++ + +### Features + +* **Transcriber:** Transcribe pseudo to java and c++ ([1aa1c1f](https://github.com/Daniel-Kenan/pseudoblocks/commit/1aa1c1f452d33df608665e428cbea14ae3e9eb88)) + + +### Bug Fixes + +* download button ([993fddf](https://github.com/Daniel-Kenan/pseudoblocks/commit/993fddfd8d5d5a5c4c3f6ec550b8315edce02b61)) +* download button ([25bd641](https://github.com/Daniel-Kenan/pseudoblocks/commit/25bd641e6baf4efe6e69b5caa2b68ceb3b28cbdd)) +* pseu manager, path settings ([0af0452](https://github.com/Daniel-Kenan/pseudoblocks/commit/0af045202c6f21ffd4899ead84fe798a05652fc5)) +* pseu manager, path settings ([45dd18f](https://github.com/Daniel-Kenan/pseudoblocks/commit/45dd18f849fc5c090540f3fdf6d5726b97fb4be5)) + ## [1.0.8](https://github.com/Daniel-Kenan/pseudoblocks/compare/v1.0.7...v1.0.8) (2022-11-22)