From b9258397eea7c883773885eeb906a8379edb1df6 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Sun, 5 May 2024 14:02:39 -0500 Subject: [PATCH] chore(release): 6.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",