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 Jan 15, 2025
1 parent 10861bc commit 98d85fa
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-ghosts-report.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.5

### Patch Changes

- Updated dependencies [02d0164]
- eslint-plugin-esm@0.6.0

## 0.5.4

### 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.4",
"version": "0.5.5",
"description": "A super strict eslint config for linting js/ts/package.json.",
"keywords": [
"opinionated",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-esm

## 0.6.0

### Minor Changes

- 02d0164: chore(eslint-plugin-esm): make `no-inexistent-relative-imports` stricter

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-esm",
"version": "0.5.0",
"version": "0.6.0",
"description": "ESLint plugin for linting ESM (import/export syntax)",
"keywords": [
"eslint",
Expand Down
6 changes: 6 additions & 0 deletions packages/fenge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fenge

## 0.4.1

### Patch Changes

- @fenge/eslint-config@0.5.5

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "A CLI tool for code quality",
"keywords": [
"cli",
Expand Down

0 comments on commit 98d85fa

Please sign in to comment.