From f7f7ebda997c41ceb65cf9648c766e487b066efa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:46:43 -0300 Subject: [PATCH] chore(changesets): bump package version (#13) chore: bump package version Co-authored-by: Luke Morales --- .changeset/long-students-invite.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/long-students-invite.md 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": {