From 81851299d843823b605ae10522a8780b801dde91 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 4 Sep 2022 20:57:50 +0000 Subject: [PATCH] chore(release): v1.0.0 [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ version.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d9379..c424266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0](https://github.com/c0olix/asyncApiCodeGen/compare/v0.7.0...v1.0.0) (2022-09-04) + + +* feat(cli)!: add flag packageName ([9186a5d](https://github.com/c0olix/asyncApiCodeGen/commit/9186a5dcde97ceff911e79c0d6803e8f85a21bec)) +* feat(cli)!: add flags input, output ([24c473d](https://github.com/c0olix/asyncApiCodeGen/commit/24c473d3a9bb5daa7cd13766fc9d3636be8edb05)) +* feat(cli)!: add flag createDir ([b1574fb](https://github.com/c0olix/asyncApiCodeGen/commit/b1574fb5cf603634ade6840238b1e4f3be41488d)) + + +### Features + +* **go:** create a not private version for go ([cdb6373](https://github.com/c0olix/asyncApiCodeGen/commit/cdb63739f92674461ec3fc0dcb30a10930cfb2f3)) + + +### BREAKING CHANGES + +* without given packageName the cli fails +* input and output location via arguments aren't supported anymore +* java codegen does not create output dir by default anymore + + + # [0.7.0](https://github.com/c0olix/asyncApiCodeGen/compare/v0.6.2...v0.7.0) (2022-09-04) diff --git a/version.json b/version.json index 495fa4d..c91d5a3 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "name": "Version", - "version": "0.7.0" + "version": "1.0.0" } \ No newline at end of file