Skip to content

Commit 5bc6618

Browse files
chore: release pretty-quick (#199)
1 parent dcf5da4 commit 5bc6618

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/dull-badgers-sleep.md

-5
This file was deleted.

.changeset/hip-bobcats-burn.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#195](https://github.com/prettier/pretty-quick/pull/195) [`dcf5da4`](https://github.com/prettier/pretty-quick/commit/dcf5da46ce517547077f5b2d9b0519e6676361d7) Thanks [@pralkarz](https://github.com/pralkarz)! - feat: replace `execa` with `tinyexec`
8+
9+
- [#198](https://github.com/prettier/pretty-quick/pull/198) [`76c5371`](https://github.com/prettier/pretty-quick/commit/76c5371adbf7956e9514592020759c9cdb16945f) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump upgradable deps without breaking changes
10+
311
## 4.0.0
412

513
### Major Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-quick",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Get Pretty Quick",
55
"repository": "prettier/pretty-quick",
66
"author": "Lucas Azzola <@azz>",
@@ -132,7 +132,7 @@
132132
"size-limit": [
133133
{
134134
"path": "src/index.ts",
135-
"limit": "1KB"
135+
"limit": "1.5KB"
136136
}
137137
]
138138
}

0 commit comments

Comments
 (0)