diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ddb91d..15f31a16 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. +## [6.0.2](https://github.com/dancrumb/fpish/compare/v6.0.1...v6.0.2) (2024-05-05) + ## [6.0.1](https://github.com/dancrumb/fpish/compare/v6.0.0...v6.0.1) (2024-05-05) ## [6.0.0](https://github.com/dancrumb/fpish/compare/v5.2.1...v6.0.0) (2024-05-05) diff --git a/package.json b/package.json index 7226426d..45f659cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "6.0.1", + "version": "6.0.2", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",