Skip to content

Commit

Permalink
release: Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Jul 20, 2023
1 parent 19967ad commit e2250ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [2.4.1](https://github.com/MorevM/utils/compare/v2.4.0...v2.4.1) (2023-07-20)


### Bug fixes

* **guards:** Add workaround for `isEmpty` BigInt literal ([19967ad](https://github.com/MorevM/utils/commit/19967ade9465f027bc44269ea334f47d48dd2935))

## [2.4.0](https://github.com/MorevM/utils/compare/v2.3.0...v2.4.0) (2023-07-13)


Expand Down Expand Up @@ -1003,4 +1010,4 @@ Just version bump due to unsuccessful release.

### Bug fixes

* Change package name ([252274c](https://github.com/MorevM/utils/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9))
* Change package name ([252274c](https://github.com/MorevM/utils/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morev/utils",
"description": "Collection of JavaScript / TypeScript utilities",
"type": "module",
"version": "2.4.0",
"version": "2.4.1",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit e2250ca

Please sign in to comment.