From 63ab733efccc48e1be7bf0b0bcd832a20f24c650 Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Tue, 30 Jul 2024 23:07:13 -0500 Subject: [PATCH] chore(release): 7.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be771e3..c3e824f 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.6.0](https://github.com/dancrumb/fpish/compare/v7.5.1...v7.6.0) (2024-07-31) + + +### Features + +* **either:** return the Either when calling `ifLeft`, `ifRight` or `apply` ([fda9cb9](https://github.com/dancrumb/fpish/commit/fda9cb9f886d89b46296d6987144b0e226fcadac)) + ## [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 9244202..293ff5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.5.1", + "version": "7.6.0", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",