diff --git a/.changeset/strong-teams-visit.md b/.changeset/strong-teams-visit.md deleted file mode 100644 index 410aec2..0000000 --- a/.changeset/strong-teams-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tinywhich": patch ---- - -Minimize changelog size diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7eb6c..12a8a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # tinywhich +## 0.1.1 + +### Patch Changes + +- `8df602f` Thanks @beeequeue! - Minimize changelog size + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 5cdb2b4..6bc760e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tinywhich", "type": "module", "description": "A tiny library for locating files in directories specified by `PATH`", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "author": "beequeue ", "repository": "https://github.com/beeequeue/tinywhich",