diff --git a/.changeset/strange-birds-trade.md b/.changeset/strange-birds-trade.md deleted file mode 100644 index 52bd77bac..000000000 --- a/.changeset/strange-birds-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"setup-crib-environment": minor ---- - -Expose devspace-namespace var in action outputs diff --git a/actions/setup-crib-environment/CHANGELOG.md b/actions/setup-crib-environment/CHANGELOG.md index ef4a33044..aef28cace 100644 --- a/actions/setup-crib-environment/CHANGELOG.md +++ b/actions/setup-crib-environment/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-crib-environment +## 0.2.0 + +### Minor Changes + +- [#539](https://github.com/smartcontractkit/.github/pull/539) + [`aefa034`](https://github.com/smartcontractkit/.github/commit/aefa034ba9c8f52e2fd276625f21d67d4a4bb1ff) + Thanks [@scheibinger](https://github.com/scheibinger)! - Expose + devspace-namespace var in action outputs + ## 0.1.0 ### Minor Changes diff --git a/actions/setup-crib-environment/package.json b/actions/setup-crib-environment/package.json index d0b952286..d07a3341f 100644 --- a/actions/setup-crib-environment/package.json +++ b/actions/setup-crib-environment/package.json @@ -1,6 +1,6 @@ { "name": "setup-crib-environment", - "version": "0.1.0", + "version": "0.2.0", "description": "", "private": true, "scripts": {},