diff --git a/.changeset/add_workflow_to_automatically_update_homebrew_tap.md b/.changeset/add_workflow_to_automatically_update_homebrew_tap.md deleted file mode 100644 index 5fc18a1..0000000 --- a/.changeset/add_workflow_to_automatically_update_homebrew_tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# add workflow to automatically update homebrew tap diff --git a/.changeset/update_install_instructions.md b/.changeset/update_install_instructions.md deleted file mode 100644 index 83d218e..0000000 --- a/.changeset/update_install_instructions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# update install instructions diff --git a/CHANGELOG.md b/CHANGELOG.md index df7ac67..ea8b25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog This is where the changes in each release are documented. +## 0.0.4 (2025-01-15) + +### Fixes + +- add workflow to automatically update homebrew tap +- update install instructions + ## 0.0.3 (2025-01-15) ### Fixes diff --git a/package.json b/package.json index 1a11d92..d594bc1 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "0.0.3" + "version": "0.0.4" } \ No newline at end of file