From ca8e65ff7c9f228a0f4f4e0a0702c4267c9140f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C5=9Een?= Date: Wed, 15 Nov 2023 12:30:28 +0300 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..158fba3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +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.1.0 (2023-11-15) + + +### Features + +* add GitHub actions for automated testing ([3591cc9](https://github.com/ahmtsen/failure-or/commit/3591cc95b8bb98cc8d5965b3cecfd2ff5938e961)) +* initial commit ([5e9b9ee](https://github.com/ahmtsen/failure-or/commit/5e9b9eee0d18cdfd446215ddabdfdaa1fc35fa38)) + + +### Bug Fixes + +* remove node v14 from action ([f299e81](https://github.com/ahmtsen/failure-or/commit/f299e814cf7c9915f1b123cc3a033893e67106f0)) diff --git a/package-lock.json b/package-lock.json index 8001994..1b7be00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "failure-or", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "failure-or", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@ava/typescript": "^1.1.1", diff --git a/package.json b/package.json index f6f4f75..ff8ed4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "failure-or", - "version": "1.0.0", + "version": "1.1.0", "description": "a simple, discriminated union of a failure and a result", "main": "build/main/index.js", "typings": "build/main/index.d.ts",