Skip to content

Commit

Permalink
Prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Jun 23, 2017
1 parent 2aa489a commit bd71d94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/CodingZeal/generator-react-zeal/compare/v2.0.0...HEAD)
## [Unreleased](https://github.com/CodingZeal/generator-react-zeal/compare/v2.1.0...HEAD)

## [2.1.0](https://github.com/CodingZeal/generator-react-zeal/compare/v2.0.0...v2.1.0) - 2017-06-23

### Added

- Add a `format` script to the generated project to allow easy re-formatting of the code using prettier. This is particularly useful if you don't have an editor integration configured for prettier. ([#83](https://github.com/CodingZeal/generator-react-zeal/pull/83))

## [2.0.0](https://github.com/CodingZeal/generator-react-zeal/compare/v1.0.0...v2.0.0) - 2017-06-16

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-react-zeal",
"version": "2.0.0",
"version": "2.1.0",
"description": "Yeoman generator for React Zeal",
"files": [
"app"
Expand Down

0 comments on commit bd71d94

Please sign in to comment.