diff --git a/.changeset/chatty-flowers-applaud.md b/.changeset/chatty-flowers-applaud.md deleted file mode 100644 index 01c468f..0000000 --- a/.changeset/chatty-flowers-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'funkcia': patch ---- - -Add JSDoc data and examples for Array and Predicate methods diff --git a/.changeset/rotten-teachers-jam.md b/.changeset/rotten-teachers-jam.md deleted file mode 100644 index 8441c44..0000000 --- a/.changeset/rotten-teachers-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"funkcia": patch ---- - -Pass `error` to `Result.expect` diff --git a/CHANGELOG.md b/CHANGELOG.md index df866fe..b216486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # funkcia +## 0.3.1 + +### Patch Changes + +- [`775231b`](https://github.com/lukemorales/funkcia/commit/775231b4fa030d7c2054cf34f5b8db98ec5cdf03) Thanks [@lukemorales](https://github.com/lukemorales)! - Add JSDoc data and examples for Array and Predicate methods + +- [`65066ae`](https://github.com/lukemorales/funkcia/commit/65066aec4d05114fa4f698e428173cb4a10d2eb8) Thanks [@lukemorales](https://github.com/lukemorales)! - Pass `error` to `Result.expect` + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 6fce922..68e7241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "funkcia", - "version": "0.3.0", + "version": "0.3.1", "description": "", "author": "Luke Morales ", "repository": {