diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acc1ba6..036c1ebf 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.4.0](https://github.com/dancrumb/fpish/compare/v7.3.2...v7.4.0) (2024-05-25) + + +### Features + +* **optional:** add the asOptional function ([2985dea](https://github.com/dancrumb/fpish/commit/2985dea34dc54093d3ad8ac0cb5b67fc2d3510da)) + ## [7.3.2](https://github.com/dancrumb/fpish/compare/v7.3.1...v7.3.2) (2024-05-25) diff --git a/package.json b/package.json index ac1c9338..9e1f7c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.3.2", + "version": "7.4.0", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",