diff --git a/.changeset/initial-utility.md b/.changeset/initial-utility.md deleted file mode 100644 index bbe0ed6..0000000 --- a/.changeset/initial-utility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/utility': minor ---- - -Add the initial shared utility package with project detection and regex subpaths. diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d0ac9..c83752b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # @ankhorage/utility + +## 0.1.0 + +### Minor Changes + +- fccaa12: Add the initial shared utility package with project detection and regex subpaths. diff --git a/package.json b/package.json index 2f2e0de..bc4bafa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ankhorage/utility", "type": "module", - "version": "0.0.0", + "version": "0.1.0", "description": "Shared, runtime-neutral utilities for Ankhorage packages and compatible external projects.", "homepage": "https://github.com/ankhorage/utility#readme", "bugs": {