Skip to content

Commit bd71d94

Browse files
committed
Prepare 2.1.0 release
1 parent 2aa489a commit bd71d94

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased](https://github.com/CodingZeal/generator-react-zeal/compare/v2.0.0...HEAD)
8+
## [Unreleased](https://github.com/CodingZeal/generator-react-zeal/compare/v2.1.0...HEAD)
9+
10+
## [2.1.0](https://github.com/CodingZeal/generator-react-zeal/compare/v2.0.0...v2.1.0) - 2017-06-23
11+
12+
### Added
13+
14+
- 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))
915

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-react-zeal",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Yeoman generator for React Zeal",
55
"files": [
66
"app"

0 commit comments

Comments
 (0)