Skip to content

Commit c582830

Browse files
authored
chore(main): release eslint-config 0.1.2 (#34)
1 parent 7f5a8ff commit c582830

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/core": "0.0.1",
3-
"packages/eslint-config": "0.1.1",
3+
"packages/eslint-config": "0.1.2",
44
"packages/tsconfig": "1.2.0"
55
}

packages/eslint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/camarojs/camaro/compare/eslint-config-v0.1.1...eslint-config-v0.1.2) (2026-01-30)
4+
5+
6+
### Features
7+
8+
* **eslint-config:** enable jsx default ([#33](https://github.com/camarojs/camaro/issues/33)) ([7f5a8ff](https://github.com/camarojs/camaro/commit/7f5a8ffe6a53d2110c38e2deeb95f6c81c6fe006))
9+
310
## [0.1.1](https://github.com/camarojs/camaro/compare/eslint-config-v0.1.0...eslint-config-v0.1.1) (2026-01-23)
411

512

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@camaro/eslint-config",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A shareable eslint config.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)