diff --git a/.changeset/old-meals-float.md b/.changeset/old-meals-float.md deleted file mode 100644 index 96f640cc..00000000 --- a/.changeset/old-meals-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/create-eventcatalog": patch ---- - -fix: fixing TypeScript version on new catalogs to v5 from v4 diff --git a/packages/create-eventcatalog/CHANGELOG.md b/packages/create-eventcatalog/CHANGELOG.md index 5551b0de..c4102f94 100644 --- a/packages/create-eventcatalog/CHANGELOG.md +++ b/packages/create-eventcatalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/create-eventcatalog +## 1.1.1 + +### Patch Changes + +- [`bea7786`](https://github.com/boyney123/eventcatalog/commit/bea778695343e768488734a494e84f0dae692ae0) [#451](https://github.com/boyney123/eventcatalog/pull/451) Thanks [@boyney123](https://github.com/boyney123)! - fix: fixing TypeScript version on new catalogs to v5 from v4 + ## 1.1.0 ### Minor Changes diff --git a/packages/create-eventcatalog/package.json b/packages/create-eventcatalog/package.json index 3756144a..10d7b9c2 100644 --- a/packages/create-eventcatalog/package.json +++ b/packages/create-eventcatalog/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/create-eventcatalog", - "version": "1.1.0", + "version": "1.1.1", "keywords": [], "description": "Create event catalogs apps with one command", "repository": {