diff --git a/.changeset/thick-boats-grin.md b/.changeset/thick-boats-grin.md deleted file mode 100644 index a7c2b36..0000000 --- a/.changeset/thick-boats-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codama/renderers-demo': patch ---- - -This is a test patch update to ensure the extraction of the demo renderer to its own repo was successful. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6550d10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @codama/renderers-demo + +## 1.0.2 + +### Patch Changes + +- [#7](https://github.com/codama-idl/renderers-demo/pull/7) [`06e4f2c`](https://github.com/codama-idl/renderers-demo/commit/06e4f2c05943a857ec21f69be5980457400d3320) Thanks [@lorisleiva](https://github.com/lorisleiva)! - This is a test patch update to ensure the extraction of the demo renderer to its own repo was successful. diff --git a/package.json b/package.json index f238648..3f712b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-demo", - "version": "1.0.1", + "version": "1.0.2", "description": "Demo renderer to help creating new ones", "exports": { "types": "./dist/types/index.d.ts",