Skip to content

Commit e3e539f

Browse files
chore: release package(s) (#275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73d1099 commit e3e539f

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.changeset/lemon-ducks-relate.md

-5
This file was deleted.

.changeset/mighty-cups-shop.md

-5
This file was deleted.

.changeset/shiny-boats-destroy.md

-6
This file was deleted.

packages/autocorrect/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#274](https://github.com/un-ts/prettier/pull/274) [`73d1099`](https://github.com/un-ts/prettier/commit/73d109967b6450332d705d5441173bcfb2c8ae05) Thanks [@JounQin](https://github.com/JounQin)! - feat: use sync printer directly
8+
9+
- [#274](https://github.com/un-ts/prettier/pull/274) [`73d1099`](https://github.com/un-ts/prettier/commit/73d109967b6450332d705d5441173bcfb2c8ae05) Thanks [@JounQin](https://github.com/JounQin)! - feat: remove unnecessary deps
10+
311
## 0.4.0
412

513
### Minor Changes

packages/autocorrect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-autocorrect",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"description": "An opinionated AutoCorrect plugin for Prettier",
66
"repository": "[email protected]/un-ts/prettier.git",

packages/sh/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#274](https://github.com/un-ts/prettier/pull/274) [`73d1099`](https://github.com/un-ts/prettier/commit/73d109967b6450332d705d5441173bcfb2c8ae05) Thanks [@JounQin](https://github.com/JounQin)! - feat: use async parser/printer directly
8+
9+
- [#274](https://github.com/un-ts/prettier/pull/274) [`73d1099`](https://github.com/un-ts/prettier/commit/73d109967b6450332d705d5441173bcfb2c8ae05) Thanks [@JounQin](https://github.com/JounQin)! - feat: remove unnecessary deps
10+
311
## 0.13.0
412

513
### Minor Changes

packages/sh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"type": "module",
55
"description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",
66
"repository": "[email protected]/un-ts/prettier.git",

0 commit comments

Comments
 (0)