diff --git a/.changeset/hungry-chicken-sniff.md b/.changeset/hungry-chicken-sniff.md deleted file mode 100644 index 1a9e651..0000000 --- a/.changeset/hungry-chicken-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"classy-ink": patch ---- - -Fixed missing types diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b32cc9..f821b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # classy-ink +## 1.0.1 + +### Patch Changes + +- fb83ea8: Fixed missing types + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index b5f1a5b..2170938 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "classy-ink", "description": "Build beautiful CLI interfaces with utility classes and Ink", - "version": "1.0.0", + "version": "1.0.1", "author": { "email": "hi@daniguardio.la", "name": "Dani Guardiola",