Skip to content

Commit 09c0e01

Browse files
chore(release): 1.15.3 [skip ci]
## [1.15.3](v1.15.2...v1.15.3) (2024-12-30) ### Bug Fixes * enhance top-level functions rule to handle arrow and function expressions ([0bdcc2c](0bdcc2c))
1 parent 0bdcc2c commit 09c0e01

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+
## [1.15.3](https://github.com/tomerh2001/eslint-plugin-th-rules/compare/v1.15.2...v1.15.3) (2024-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* enhance top-level functions rule to handle arrow and function expressions ([0bdcc2c](https://github.com/tomerh2001/eslint-plugin-th-rules/commit/0bdcc2cbe2bd9e790ca2965001c786e3a8518a60))
7+
18
## [1.15.2](https://github.com/tomerh2001/eslint-plugin-th-rules/compare/v1.15.1...v1.15.2) (2024-12-30)
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": "eslint-plugin-th-rules",
3-
"version": "1.15.2",
3+
"version": "1.15.3",
44
"description": "A List of custom ESLint rules created by Tomer Horowitz",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)