diff --git a/.changeset/poor-ravens-explode.md b/.changeset/poor-ravens-explode.md deleted file mode 100644 index 3eb8a018..00000000 --- a/.changeset/poor-ravens-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Fixed grammar in CLI info message about errors diff --git a/.changeset/thirty-crabs-hammer.md b/.changeset/thirty-crabs-hammer.md deleted file mode 100644 index c85ce65d..00000000 --- a/.changeset/thirty-crabs-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@preconstruct/cli": patch ---- - -Fixed bigint usage causing an error diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ae0b2dd2..6b5ab02b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # preconstruct +## 2.1.6 + +### Patch Changes + +- [#461](https://github.com/preconstruct/preconstruct/pull/461) [`97e7ca0`](https://github.com/preconstruct/preconstruct/commit/97e7ca066f97b81ef986945e5363e95c6c1f867d) Thanks [@simonswiss](https://github.com/simonswiss)! - Fixed grammar in CLI info message about errors + +* [`f6f2e60`](https://github.com/preconstruct/preconstruct/commit/f6f2e605e74b18b84f6734ba8c7a58ce24703a34) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed bigint usage causing an error + ## 2.1.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 469677c1..3beaaa52 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@preconstruct/cli", - "version": "2.1.5", + "version": "2.1.6", "description": "Dev and build your code painlessly in monorepos", "files": [ "bin.js",