From fe7e7d33e8501ceb094fa805fe088143d05a5f56 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Sat, 25 May 2024 09:30:24 -0500 Subject: [PATCH] chore(release): 7.3.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b9ede6..6aa838b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.1](https://github.com/dancrumb/fpish/compare/v7.3.0...v7.3.1) (2024-05-25) + ## [7.3.0](https://github.com/dancrumb/fpish/compare/v7.2.2...v7.3.0) (2024-05-25) diff --git a/package.json b/package.json index c03d88fa..779258ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.3.0", + "version": "7.3.1", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",