Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmtsen committed Nov 15, 2023
1 parent 4d07b2a commit ca8e65f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ca8e65f

Please sign in to comment.