Skip to content

Commit 24f28b3

Browse files
chore: release main (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 460a5c8 commit 24f28b3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/eslint-config": "0.0.1",
2+
"packages/eslint-config": "0.0.2",
33
"packages/perttier-config": "0.0.1"
44
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/pleaseai/code-style/compare/eslint-config-v0.0.1...eslint-config-v0.0.2) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* **eslint-config:** add package-json recommended export ([bebd1ec](https://github.com/pleaseai/code-style/commit/bebd1ec2cb1cbf7ec40318694e760e92932e2fd9))

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/eslint-config",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "ESLint config for PleaseAI projects",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)