Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe0cb80

Browse files
committedJun 24, 2024
chore(release): 2.34.0 [skip ci]
# [2.34.0](v2.33.0...v2.34.0) (2024-06-24) ### Features * add makeNumberCompareFn ([0a427b8](0a427b8))
1 parent 0a427b8 commit fe0cb80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.34.0](https://github.com/mll-lab/js-utils/compare/v2.33.0...v2.34.0) (2024-06-24)
2+
3+
4+
### Features
5+
6+
* add makeNumberCompareFn ([0a427b8](https://github.com/mll-lab/js-utils/commit/0a427b85f739b19ed54b375eb278ed1c062b6374))
7+
18
# [2.33.0](https://github.com/mll-lab/js-utils/compare/v2.32.0...v2.33.0) (2024-04-24)
29

310

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mll-lab/js-utils",
3-
"version": "2.33.0",
3+
"version": "2.34.0",
44
"main": "dist/index.common.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.