From 5f36f861f4339701ee27c363eef1ff332bd56404 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Mon, 6 May 2024 20:16:21 -0500 Subject: [PATCH] chore(release): 7.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29723ef5..d847cc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/dancrumb/fpish/compare/v7.2.0...v7.2.1) (2024-05-07) + + +### Bug Fixes + +* **utilities:** actually export the utility functions ([1786429](https://github.com/dancrumb/fpish/commit/1786429c344bbd2fea7254f7e3e69c28ebefd2d0)) + ## [7.2.0](https://github.com/dancrumb/fpish/compare/v7.1.0...v7.2.0) (2024-05-07) diff --git a/package.json b/package.json index cd50285f..4477f535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.2.0", + "version": "7.2.1", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",