Skip to content

Commit d0ea243

Browse files
committed
chore: release v1.3.2
1 parent f1b70a8 commit d0ea243

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.2](https://github.com/Tresjs/eslint-config/compare/1.3.1...1.3.2) (2024-09-25)
4+
5+
6+
### 🩹 Bug Fixes
7+
8+
* only accept new minor versions ([eddbf2b](https://github.com/Tresjs/eslint-config/commit/eddbf2b958a9d0661c1151035b4ece85955aab43))
9+
* turn-off import rule ([cc08478](https://github.com/Tresjs/eslint-config/commit/cc08478cc36b41d6ce54dca7b737fb8b2d113d84))
10+
311
## [1.3.1](https://github.com/tresjs/eslint-config/compare/1.3.0...1.3.1) (2024-09-13)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/eslint-config",
33
"type": "module",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"packageManager": "[email protected]",
66
"description": "Opinionated ESLint configuration for Tres.js ecosystem",
77
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",

0 commit comments

Comments
 (0)