diff --git a/.changeset/witty-oranges-wink.md b/.changeset/witty-oranges-wink.md deleted file mode 100644 index 84d3f0f..0000000 --- a/.changeset/witty-oranges-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"workflow-files": patch ---- - -Create single source of truth for ci files diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1617655 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# workflow-files + +## 0.0.1 + +### Patch Changes + +- [`5ff470e`](https://github.com/trueberryless-org/workflow-files/commit/5ff470e93d072a8b862d329a4aba2e80c27c1f95) Thanks [@trueberryless](https://github.com/trueberryless)! - Create single source of truth for ci files diff --git a/package.json b/package.json index d6a91e3..dd4cbb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workflow-files", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "description": "Provide single point of truth for workflow files", "scripts": {