Skip to content

Commit 12b1eb8

Browse files
committed
v3.0.3
- Housekeeping and updated dependencies. **Full Changelog**: v3.0.2...v3.0.3
1 parent bdb70c8 commit 12b1eb8

File tree

4 files changed

+2896
-1505
lines changed

4 files changed

+2896
-1505
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5+
## [3.0.3](https://github.com/homebridge-plugins/homebridge-rainbird/releases/tag/v3.0.3) (2025-06-10)
6+
7+
### What's Changed
8+
- Housekeeping and updated dependencies.
9+
10+
**Full Changelog**: https://github.com/homebridge-plugins/homebridge-rainbird/compare/v3.0.2...v3.0.3
11+
512
## [3.0.2](https://github.com/homebridge-plugins/homebridge-rainbird/releases/tag/v3.0.2) (2025-03-04)
613

714
# *No New Releases During Lent*

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import antfu from '@antfu/eslint-config'
2+
import importPlugin from 'eslint-plugin-import'
23

34
export default antfu(
45
{
@@ -8,6 +9,9 @@ export default antfu(
89
formatters: {
910
markdown: true,
1011
},
12+
plugins: {
13+
import: importPlugin,
14+
},
1115
rules: {
1216
'curly': ['error', 'multi-line'],
1317
'import/extensions': ['error', 'ignorePackages'],

0 commit comments

Comments
 (0)