diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d742b5..be771e3 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.5.1](https://github.com/dancrumb/fpish/compare/v7.5.0...v7.5.1) (2024-07-31) + ## [7.5.0](https://github.com/dancrumb/fpish/compare/v7.4.1...v7.5.0) (2024-07-31) diff --git a/package.json b/package.json index 4c4c77f..9244202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.5.0", + "version": "7.5.1", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",