Skip to content

Commit

Permalink
feat: new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTRenokh committed Apr 1, 2024
1 parent dc811d2 commit 7d6b097
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-falcons-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# @victorenokh/maybe.ts

## 1.11.0

### Minor Changes

- cf28fda: Implemented Task, Task Either, Task Maybe monads, implemented prisms, multiple function, namespace autoimport

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@victorenokh/maybe.ts",
"version": "1.10.2",
"version": "1.11.0",
"description": "Maybe, either, state, reader, readerT and identity in typescript",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 7d6b097

Please sign in to comment.