Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode committed Mar 21, 2020
1 parent 49c9e30 commit 3ed1629
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [3.0.0](https://github.com/bhargavrpatel/gulp-prettier/compare/v2.3.0...v3.0.0) (2019-03-21)

### Features

* upgrade Prettier to v2.0.0 ([`af1a07c](https://github.com/bhargavrpatel/gulp-prettier/commit/af1a07c))

### BREAKING CHANGES

* drop support for Node versions 4, 6 and 8
* [breaking changes in Prettier](https://prettier.io/blog/2020/03/21/2.0.0.html#breaking-changes)


## [2.3.0](https://github.com/bhargavrpatel/gulp-prettier/compare/v2.2.0...v2.3.0) (2019-11-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-prettier",
"description": "Create vinyl streams to pipe to prettier",
"version": "2.3.0",
"version": "3.0.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3ed1629

Please sign in to comment.