Skip to content

Commit

Permalink
chore(release): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb committed May 7, 2024
1 parent 6c9057e commit a757b71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [7.2.0](https://github.com/dancrumb/fpish/compare/v7.1.0...v7.2.0) (2024-05-07)


### Features

* convert to ESM ([3072264](https://github.com/dancrumb/fpish/commit/307226485bb670cfe745eef64db94a6d4e948d0b))
* **utilities:** add utility functions to make for cleaner consuming code ([6c9057e](https://github.com/dancrumb/fpish/commit/6c9057e5e32a299bae360c08f977d0bba4d39d74))

## [7.1.0](https://github.com/dancrumb/fpish/compare/v7.0.0...v7.1.0) (2024-05-07)


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": "@dancrumb/fpish",
"version": "7.1.0",
"version": "7.2.0",
"description": "FP-friendly classes for Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a757b71

Please sign in to comment.