diff --git a/.changeset/compile_option.md b/.changeset/compile_option.md deleted file mode 100644 index 760f69315..000000000 --- a/.changeset/compile_option.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/generator": minor ---- - -Add `compile` option to enable rerun of transpilation of templates build with react engine. It is set to `true` by default. In future major releases it will be set to `false` and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in [`html-template`](https://github.com/asyncapi/html-template/pull/575). It means that you can run generator for `html-template` (it's latest version) with `compile=false` and this will improve the speed of HTML generation for you. diff --git a/apps/generator/CHANGELOG.md b/apps/generator/CHANGELOG.md index d83655139..3dd372003 100644 --- a/apps/generator/CHANGELOG.md +++ b/apps/generator/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/generator +## 2.4.0 + +### Minor Changes + +- 46114d8: Add `compile` option to enable rerun of transpilation of templates build with react engine. It is set to `true` by default. In future major releases it will be set to `false` and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in [`html-template`](https://github.com/asyncapi/html-template/pull/575). It means that you can run generator for `html-template` (it's latest version) with `compile=false` and this will improve the speed of HTML generation for you. + ## 2.3.0 ### Minor Changes diff --git a/apps/generator/package.json b/apps/generator/package.json index 4f0776ba4..93d2e9e03 100644 --- a/apps/generator/package.json +++ b/apps/generator/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/generator", - "version": "2.3.0", + "version": "2.4.0", "description": "The AsyncAPI generator. It can generate documentation, code, anything!", "main": "./lib/generator.js", "bin": {