From fecd5f11ee28e760213b5bdf8cd8da4738e03513 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 24 Oct 2022 10:48:36 +0000 Subject: [PATCH] chore(release): v0.5.2 --- CHANGELOG.md | 26 +++++++++----------------- package.json | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1331f77..0ff0521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.2](https://github.com/Mr-Destructive/crossposter/compare/v0.5.1...v0.5.2) (2022-10-24) + + +### Bug Fixes + +* view output file without posting ([c15573d](https://github.com/Mr-Destructive/crossposter/commit/c15573d9de008eeee9a4c7b5437ada3561e87e40)) + + + ## [0.5.1](https://github.com/Mr-Destructive/crossposter/compare/v0.5.0...v0.5.1) (2022-07-23) @@ -40,20 +49,3 @@ -# [0.4.0](https://github.com/Mr-Destructive/crossposter/compare/v0.3.0...v0.4.0) (2022-07-10) - - -### Bug Fixes - -* check frontmatter generation ([32400fc](https://github.com/Mr-Destructive/crossposter/commit/32400fc7173ec7a0070b270e68c9a39973bc14d8)) - - -### Features - -* added medium.com suppport ([a3366f2](https://github.com/Mr-Destructive/crossposter/commit/a3366f2db009f92a27727be756c1f1124f002087)) -* check for existing articles before posting ([3395d25](https://github.com/Mr-Destructive/crossposter/commit/3395d256853bbf185b14969f9de5510d6c4e8b3f)) -* cli command and proper key reading ([c614fbd](https://github.com/Mr-Destructive/crossposter/commit/c614fbd3764d27806c0e6d22dc9bf6dcd52a80a7)) -* python package ([9444520](https://github.com/Mr-Destructive/crossposter/commit/94445206c1522da47909d06d0fdd44abb3d0a0ca)) - - - diff --git a/package.json b/package.json index 6baf8ab..752ba24 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.5.1" + "version": "0.5.2" } \ No newline at end of file