Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zanminkian committed Dec 30, 2024
1 parent 9fcef9d commit 60fefe1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-ducks-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-lions-taste.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fenge/eslint-config

## 0.5.2

### Patch Changes

- 9fcef9d: fix(eslint-config): move `class-literal-property-style` back to ts base
- 3f45e5f: feat(eslint-config): add rule `unicorn/prefer-object-from-entries`

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fenge/eslint-config",
"version": "0.5.1",
"version": "0.5.2",
"description": "A super strict eslint config for linting js/ts/package.json.",
"keywords": [
"opinionated",
Expand Down
8 changes: 8 additions & 0 deletions packages/fenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fenge

## 0.3.2

### Patch Changes

- Updated dependencies [9fcef9d]
- Updated dependencies [3f45e5f]
- @fenge/eslint-config@0.5.2

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fenge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fenge",
"version": "0.3.1",
"version": "0.3.2",
"description": "A CLI tool for code quality",
"keywords": [
"cli",
Expand Down

0 comments on commit 60fefe1

Please sign in to comment.