File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.3] ( https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.2...eslint-config-v0.1.3 ) (2024-06-04)
4
+
5
+ ### Miscellaneous
6
+
7
+ - Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2
8
+ ([ #65 ] ( https://github.com/lightbasenl/platforms/issues/65 ) )
9
+ ([ 773fa1e] ( https://github.com/lightbasenl/platforms/commit/773fa1e7ddd77803f70ef5e5944025cbfac57f1f ) )
10
+
11
+ ### Dependencies
12
+
13
+ - Bump eslint-plugin-import-x from 0.5.0 to 0.5.1
14
+ ([ #73 ] ( https://github.com/lightbasenl/platforms/issues/73 ) )
15
+ ([ d9d13ff] ( https://github.com/lightbasenl/platforms/commit/d9d13ffaa0ce2a10a702d12e8f0b4051b52b5508 ) )
16
+ - Bump eslint-plugin-jsdoc from 48.2.6 to 48.2.7
17
+ ([ #87 ] ( https://github.com/lightbasenl/platforms/issues/87 ) )
18
+ ([ 73f589e] ( https://github.com/lightbasenl/platforms/commit/73f589e8dd052eedbfbdcb13ca87990856b5fd1a ) )
19
+ - Bump prettier from 3.2.5 to 3.3.0
20
+ ([ #88 ] ( https://github.com/lightbasenl/platforms/issues/88 ) )
21
+ ([ 5e34e9b] ( https://github.com/lightbasenl/platforms/commit/5e34e9bd0b52e0a37ef3b4084c01180e0a47029f ) )
22
+ - Bump typescript-eslint from 7.10.0 to 7.11.0
23
+ ([ #78 ] ( https://github.com/lightbasenl/platforms/issues/78 ) )
24
+ ([ da84242] ( https://github.com/lightbasenl/platforms/commit/da842428fd0b5eddfe6668706932607e4fa3ea2a ) )
25
+
3
26
## [ 0.1.2] ( https://github.com/lightbasenl/platforms/compare/eslint-config-v0.1.1...eslint-config-v0.1.2 ) (2024-05-24)
4
27
5
28
### Miscellaneous
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightbase/eslint-config" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " ESLint based linting and formatting configuration" ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "packages/eslint-config" : " 0.1.2 " ,
2
+ "packages/eslint-config" : " 0.1.3 " ,
3
3
"packages/pull-through-cache" : " 0.1.2"
4
4
}
You can’t perform that action at this time.
0 commit comments