mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
v1.26.1
This commit is contained in:
parent
72c7721c45
commit
cee5a1cff9
@ -1,5 +1,13 @@
|
||||
# es-toolkit Changelog
|
||||
|
||||
## Version v1.26.1
|
||||
|
||||
Released on October 25th, 2024.
|
||||
|
||||
- Fixed a bug in [isMatch](https://es-toolkit.slash.page/reference/compat/predicate/isMatch.html) that did not strictly compare `null` in objects.
|
||||
|
||||
This version includes contributions from @D-Sketon. Thank you for your valuable contributions!
|
||||
|
||||
## Version v1.26.0
|
||||
|
||||
Released on October 24th, 2024.
|
||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@es-toolkit/es-toolkit",
|
||||
"version": "1.26.0",
|
||||
"version": "1.26.1",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./compat": "./src/compat/index.ts"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "es-toolkit",
|
||||
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
||||
"version": "1.26.0",
|
||||
"version": "1.26.1",
|
||||
"homepage": "https://es-toolkit.slash.page",
|
||||
"bugs": "https://github.com/toss/es-toolkit/issues",
|
||||
"repository": {
|
||||
@ -195,4 +195,4 @@
|
||||
"format": "prettier --write .",
|
||||
"transform": "jscodeshift -t ./.scripts/tests/transform-lodash-test.ts $0 && prettier --write $0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user