Skip to content

Commit

Permalink
Merge pull request #11 from carbonteq/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
volf52 committed Jul 2, 2024
2 parents 0341eb6 + f5c2274 commit ad1836d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/curly-meals-dream.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @carbonteq/fp

## 0.4.0

### Minor Changes

- 91bf286: - Add more composition methods to Option
- Fix a bug in Result (Result.Ok(null) will behave as expected)
- Update Result internals
- Add method docs and examples
- Update toolchain
- Update to Typescript 5

## 0.3.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/fp",
"version": "0.3.2",
"version": "0.4.0",
"description": "FP utils",
"author": "Arslan <[email protected]>",
"main": "lib/index.js",
Expand All @@ -14,7 +14,9 @@
"types": "./lib/index.d.ts"
}
},
"files": ["/lib"],
"files": [
"/lib"
],
"scope": "@carbonteq",
"repository": {
"type": "git",
Expand Down

0 comments on commit ad1836d

Please sign in to comment.