Skip to content

Commit

Permalink
release: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode committed Feb 1, 2019
1 parent 9572524 commit 7f4cc9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [2.1.0](https://github.com/bhargavrpatel/gulp-prettier/compare/v2.0.0...v2.1.0) (2019-02-01)

### Bug Fixes

* upgrade through2 to v3.0.0 ([`7b16a27`](https://github.com/bhargavrpatel/gulp-prettier/commit/7b16a27))

### Features

* add `check` method for CI ([`5f67343`](https://github.com/bhargavrpatel/gulp-prettier/commit/5f67343))

## [2.0.0](https://github.com/bhargavrpatel/gulp-prettier/compare/v1.1.0...v2.0.0) (2018-05-01)

### Bug Fixes
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.0.0",
"version": "2.1.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f4cc9e

Please sign in to comment.