v1.26.1
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled

This commit is contained in:
raon0211 2024-10-25 14:25:33 +09:00
parent 72c7721c45
commit cee5a1cff9
3 changed files with 11 additions and 3 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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"
}
}
}