diff --git a/.changeset/fifty-readers-allow.md b/.changeset/fifty-readers-allow.md deleted file mode 100644 index 7f4c4ff..0000000 --- a/.changeset/fifty-readers-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"template-files": minor ---- - -Add "add-additional-lines" logic. But be careful: DO NOT use it on any files where inline contents will change (e.g. the change a folder in a path) because then the "comm" command wrongly interprets the output. Reference: https://chatgpt.com/share/67c8ae80-aa18-800b-9b88-a62393ddbe08 diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c1c1e..fd0bd69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # template-files +## 0.4.0 + +### Minor Changes + +- [`b35291a`](https://github.com/trueberryless-org/template-files/commit/b35291a91a0038089a67dc57f9b9171b835c3557) Thanks [@trueberryless](https://github.com/trueberryless)! - Add "add-additional-lines" logic. But be careful: DO NOT use it on any files where inline contents will change (e.g. the change a folder in a path) because then the "comm" command wrongly interprets the output. Reference: https://chatgpt.com/share/67c8ae80-aa18-800b-9b88-a62393ddbe08 + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index cf4dbce..b89bd75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "template-files", - "version": "0.3.0", + "version": "0.4.0", "description": "Provide single point of truth for template files", "homepage": "https://github.com/trueberryless-org/template-files", "bugs": {