diff --git a/.changeset/chatty-fishes-own.md b/.changeset/chatty-fishes-own.md deleted file mode 100644 index 3c9adcf..0000000 --- a/.changeset/chatty-fishes-own.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'emery': patch ---- - -Loosely type object util args. - -If folks had strongly typed objects, they wouldn't need these utils. Support any object to save some headaches. Affects: - -- `typedEntries()` -- `typedKeys()` diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2ab41..ac8fa48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # emery +## 1.2.2 + +### Patch Changes + +- [#30](https://github.com/Thinkmill/emery/pull/30) [`f3bed0d`](https://github.com/Thinkmill/emery/commit/f3bed0d894b3780ed95b29481259018fb33f21ff) Thanks [@jossmac](https://github.com/jossmac)! - Loosely type object util args. + + If folks had strongly typed objects, they wouldn't need these utils. Support any object to save some headaches. Affects: + + - `typedEntries()` + - `typedKeys()` + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index b9af4bc..39fc2f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emery", - "version": "1.2.1", + "version": "1.2.2", "description": "Utilities to help polish the rough parts of TypeScript.", "main": "dist/emery.cjs.js", "module": "dist/emery.esm.js",