Skip to content

Commit 3cd6bc0

Browse files
Version Packages (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b44ae49 commit 3cd6bc0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/wise-monkeys-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect/eslint-plugin
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/Effect-TS/eslint-plugin/pull/30) [`b44ae49`](https://github.com/Effect-TS/eslint-plugin/commit/b44ae49d188a1419aedda722093a6cfeffe77109) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add rule for disallowing direct barrel imports
8+
39
## 0.3.0
410

511
### Minor Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/eslint-plugin",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"packageManager": "pnpm@9.5.0",
66
"scripts": {
@@ -73,8 +73,8 @@
7373
"typescript": "^5.7.3",
7474
"typescript-eslint": "^8.21.0",
7575
"vitest": "^3.0.4",
76-
"eslint-plugin-prettier":"^5.2.6",
77-
"eslint-config-prettier":"^10.1.2"
76+
"eslint-plugin-prettier": "^5.2.6",
77+
"eslint-config-prettier": "^10.1.2"
7878
},
7979
"imports": {
8080
"#dist/*": {

0 commit comments

Comments
 (0)