diff --git a/.changeset/khaki-cougars-sort.md b/.changeset/khaki-cougars-sort.md deleted file mode 100644 index 9b36a1af..00000000 --- a/.changeset/khaki-cougars-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- - ---- - -drop api from public repo diff --git a/.changeset/tasty-paws-cover.md b/.changeset/tasty-paws-cover.md deleted file mode 100644 index f178ef35..00000000 --- a/.changeset/tasty-paws-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dmno": patch ---- - -Remove undefined items from `dmno resolve --format env` output diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 499138eb..3e608cba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # dmno +## 0.0.40 + +### Patch Changes + +- [#235](https://github.com/dmno-dev/dmno/pull/235) [`2681e77`](https://github.com/dmno-dev/dmno/commit/2681e77a6970b6f14127914b8e174dcc45db5f45) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Remove undefined items from `dmno resolve --format env` output + ## 0.0.39 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c5674af6..7c1bdace 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "dmno", - "version": "0.0.39", + "version": "0.0.40", "description": "dmno is the best way to manage config / env vars in your entire stack", "author": "dmno-dev", "license": "MIT",