diff --git a/.changeset/green-lies-return.md b/.changeset/green-lies-return.md deleted file mode 100644 index 6d04c48e..00000000 --- a/.changeset/green-lies-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/essentials": patch ---- - -The camelCase helper is now exported from the index. diff --git a/packages/essentials/CHANGELOG.md b/packages/essentials/CHANGELOG.md index 3504f4c8..f203de3c 100644 --- a/packages/essentials/CHANGELOG.md +++ b/packages/essentials/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/essentials +## 1.4.1 + +### Patch Changes + +- [`f4715a1`](https://github.com/codedazur/toolkit/commit/f4715a15324b2d03b8060de2d34a786355be0425) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The camelCase helper is now exported from the index. + ## 1.4.0 ### Minor Changes diff --git a/packages/essentials/package.json b/packages/essentials/package.json index 32556f18..90804255 100644 --- a/packages/essentials/package.json +++ b/packages/essentials/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/essentials", - "version": "1.4.0", + "version": "1.4.1", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",