diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f43bf6..4841760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/ahmtsen/failure-or/compare/v1.2.0...v1.3.0) (2024-02-23) + + +### Features + +* add map/else extension methods ([d0fc375](https://github.com/ahmtsen/failure-or/commit/d0fc375a14c406170cf2a59f33b8f8b6f2c88180)) + ## 1.2.0 (2024-02-10) diff --git a/package-lock.json b/package-lock.json index ad96216..08303a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "failure-or", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "failure-or", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@ava/typescript": "^4.1.0", diff --git a/package.json b/package.json index cce876f..c88d0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "failure-or", - "version": "1.2.0", + "version": "1.3.0", "description": "a simple, discriminated union of a failure and a result", "main": "build/main/index.js", "typings": "build/main/index.d.ts",