diff --git a/.changeset/grumpy-beds-compete.md b/.changeset/grumpy-beds-compete.md deleted file mode 100644 index 698078c..0000000 --- a/.changeset/grumpy-beds-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@guardian/editorconfig': patch ---- - -Use Node's `path` module to set the output path diff --git a/.changeset/hip-sheep-brush.md b/.changeset/hip-sheep-brush.md deleted file mode 100644 index 971b0b4..0000000 --- a/.changeset/hip-sheep-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@guardian/editorconfig': patch ---- - -Initial release diff --git a/packages/editorconfig/CHANGELOG.md b/packages/editorconfig/CHANGELOG.md new file mode 100644 index 0000000..47ca05b --- /dev/null +++ b/packages/editorconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# @guardian/editorconfig + +## 0.1.1 +### Patch Changes + +- 7a887d9: Use Node's `path` module to set the output path +- ebc795c: Initial release diff --git a/packages/editorconfig/package.json b/packages/editorconfig/package.json index 64f2cc8..dcf70bc 100644 --- a/packages/editorconfig/package.json +++ b/packages/editorconfig/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/editorconfig", - "version": "0.1.0", + "version": "0.1.1", "description": "A standard `.editorconfig` for the Guardian", "license": "ISC", "author": "",