diff --git a/.changeset/happy-forks-build.md b/.changeset/happy-forks-build.md deleted file mode 100644 index 862c2b2..0000000 --- a/.changeset/happy-forks-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'emery': patch ---- - -Fixed `isFulfilled` and `isRejected` guards not being exported from the main entry point. diff --git a/CHANGELOG.md b/CHANGELOG.md index b613a3b..ed2ab41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # emery +## 1.2.1 + +### Patch Changes + +- [#28](https://github.com/Thinkmill/emery/pull/28) [`2b8620a`](https://github.com/Thinkmill/emery/commit/2b8620ac73cebe99543af26f7e1ce31978e7752c) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `isFulfilled` and `isRejected` guards not being exported from the main entry point. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index f29f295..b9af4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emery", - "version": "1.2.0", + "version": "1.2.1", "description": "Utilities to help polish the rough parts of TypeScript.", "main": "dist/emery.cjs.js", "module": "dist/emery.esm.js",