Skip to content

Commit

Permalink
updates changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSpagnoli committed Jun 3, 2024
1 parent 16efeb6 commit ef8602c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document outlines the changes from version to version.

## 2.3.0

- Added `Array<Result>.collect()` and `Array<Maybe>.collect()`

## 2.2.0

- Added ESM support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pratica",
"version": "2.2.0",
"version": "2.3.0",
"description": "Functional Programming for Pragmatists",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit ef8602c

Please sign in to comment.