Skip to content

Commit

Permalink
chore(release): 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb committed Jul 31, 2024
1 parent 5b8ef88 commit fa0b39a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fa0b39a

Please sign in to comment.