Skip to content

Commit

Permalink
fix first() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Sep 7, 2024
1 parent ca21fbe commit 3899ca9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# deverything

## 1.4.1

### Patch Changes

- fix `first()` return type

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deverything",
"version": "1.4.0",
"version": "1.4.1",
"description": "Everything you need for Dev",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 3899ca9

Please sign in to comment.