Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb committed May 5, 2024
1 parent c4ae96e commit bd16b6a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changelog

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.0](https://github.com/dancrumb/fpish/compare/v5.2.1...v6.0.0) (2024-05-05)


### ⚠ BREAKING CHANGES

* 🧨 y

✅ Closes: 195

### Features

* 🎸 make Result more user friendly ([d55fd2d](https://github.com/dancrumb/fpish/commit/d55fd2db45c1fc2ea0bec231ec8f361be71b642a))

## v5.2.1 (2023-08-07)

## v5.2.0 (2023-08-07)
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dancrumb/fpish",
"version": "5.2.1",
"version": "6.0.0",
"description": "FP-friendly classes for Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,6 +35,9 @@
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"commit-and-tag-version": "^12.4.1",
"conventional-changelog": "^6.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "9.2.0",
"eslint-formatter-junit": "^8.40.0",
"git-cz": "4.9.0",
Expand All @@ -48,7 +51,7 @@
],
"config": {
"commitizen": {
"path": "git-cz"
"path": "cz-conventional-changelog"
}
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit bd16b6a

Please sign in to comment.