diff --git a/.changeset/loud-paws-chew.md b/.changeset/loud-paws-chew.md deleted file mode 100644 index 751f05ee8..000000000 --- a/.changeset/loud-paws-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fp-ts/core": patch ---- - -revert 0.0.10 changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 436c41b39..0d1f2d4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @fp-ts/core +## 0.0.11 + +### Patch Changes + +- [#39](https://github.com/fp-ts/core/pull/39) [`c27db5e7`](https://github.com/fp-ts/core/commit/c27db5e796071966a64af1a860b56e417f99423e) Thanks [@gcanti](https://github.com/gcanti)! - revert 0.0.10 changes + ## 0.0.10 ### Patch Changes diff --git a/package.json b/package.json index 863c93a89..41e116dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fp-ts/core", - "version": "0.0.10", + "version": "0.0.11", "publishConfig": { "access": "public", "directory": "dist"