diff --git a/.changeset/long-students-invite.md b/.changeset/long-students-invite.md deleted file mode 100644 index fa4fe5d..0000000 --- a/.changeset/long-students-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"funkcia": minor ---- - -Fix `default` export on `package.json` and add `Result.swap` function diff --git a/CHANGELOG.md b/CHANGELOG.md index b216486..2d3b379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # funkcia +## 0.4.0 + +### Minor Changes + +- [`61b3ce3`](https://github.com/lukemorales/funkcia/commit/61b3ce3afbbb18e0bef6019d07954910c7b30b42) Thanks [@lukemorales](https://github.com/lukemorales)! - Fix `default` export on `package.json` and add `Result.swap` function + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index f0d00e9..f29b450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "funkcia", - "version": "0.3.1", + "version": "0.4.0", "description": "", "author": "Luke Morales ", "repository": {