From a757b71e6d45c2e1eab21a1428844aced40ed660 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Mon, 6 May 2024 20:12:49 -0500 Subject: [PATCH] chore(release): 7.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e33d4e..29723ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 499c18c7..cd50285f 100644 --- a/package.json +++ b/package.json @@ -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",