Skip to content

Commit 1adf883

Browse files
release: 5.0.0
1 parent 0c15e92 commit 1adf883

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [5.0.0](https://github.com/TheDancingCode/gulp-prettier/compare/v4.0.0...v5.0.0) (2023-07-05)
2+
3+
4+
### Build System
5+
6+
* drop Node 12 and 14 support ([0c15e92](https://github.com/TheDancingCode/gulp-prettier/commit/0c15e92bcebdc3300d65e08da0e5f4814d16fcb7))
7+
8+
9+
### Features
10+
11+
* upgrade Prettier to 3.0.0 ([f0e4174](https://github.com/TheDancingCode/gulp-prettier/commit/f0e4174e7a3b96bed84c4a3d8449a2f2f46a56aa))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* dropped Node 12 and 14 support.
17+
118
# [4.0.0](https://github.com/TheDancingCode/gulp-prettier/compare/v3.0.0...v4.0.0) (2021-07-31)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-prettier",
33
"description": "Format files with Prettier",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)