Skip to content

Commit

Permalink
chore: release eslint-plugin-prettier (#636)
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <admin@1stg.me>
  • Loading branch information
github-actions[bot] and JounQin committed Jan 10, 2024
1 parent 985b33c commit 248cd17
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-pigs-allow.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 5.1.3

### Patch Changes

- [#629](https://github.com/prettier/eslint-plugin-prettier/pull/629) [`985b33c`](https://github.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `package.json` into `exports` map

## 5.1.2

### Patch Changes
Expand Down
5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prettier",
"version": "5.1.2",
"version": "5.1.3",
"description": "Runs prettier as an eslint rule",
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",
Expand Down Expand Up @@ -102,6 +102,9 @@
"pnpm": {
"patchedDependencies": {
"@types/eslint@8.56.0": "patches/@types__eslint@8.56.0.patch"
},
"overrides": {
"prettier": "^3.1.1"
}
}
}
13 changes: 5 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 248cd17

Please sign in to comment.