From 95d24a5358c325f92a3bb6686c07662f4a95ac4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 05:05:47 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.1.0 [skip ci] # [1.1.0](https://github.com/rzvxa/tryumph/compare/v1.0.10...v1.1.0) (2023-12-28) ### Features * add orThen and andThen functions to Result ([f0dc02c](https://github.com/rzvxa/tryumph/commit/f0dc02ca18e30c6a67b02ab69b28abe2c212da46)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946cbeb..b82baca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/rzvxa/tryumph/compare/v1.0.10...v1.1.0) (2023-12-28) + + +### Features + +* add orThen and andThen functions to Result ([f0dc02c](https://github.com/rzvxa/tryumph/commit/f0dc02ca18e30c6a67b02ab69b28abe2c212da46)) + ## [1.0.10](https://github.com/rzvxa/tryumph/compare/v1.0.9...v1.0.10) (2023-12-28)