diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a2f55..5d742b5 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.5.0](https://github.com/dancrumb/fpish/compare/v7.4.1...v7.5.0) (2024-07-31) + + +### Features + +* **optional:** add support for type-guards to filter ([5b8ef88](https://github.com/dancrumb/fpish/commit/5b8ef8879400939b3357adcfd2e3de7439b93dcd)) + ## [7.4.1](https://github.com/dancrumb/fpish/compare/v7.4.0...v7.4.1) (2024-07-30) ## [7.4.0](https://github.com/dancrumb/fpish/compare/v7.3.2...v7.4.0) (2024-05-25) diff --git a/package.json b/package.json index 60e12ae..4c4c77f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dancrumb/fpish", - "version": "7.4.1", + "version": "7.5.0", "description": "FP-friendly classes for Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",