Skip to content

Commit

Permalink
bump version to 0.1.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyri Tuulos committed Jul 14, 2016
1 parent c356f2d commit c5f2afe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# gulp-react-docs Change Log

## 0.1.0 - 2015.12.17
## 0.1.2 (2016-07-14)

- Make the `options` argument optional and make `gulp-util` a production dependency (https://github.com/AdRoll/gulp-react-docs/pull/4)

## 0.1.1 (2016-04-08)

Pinned `react-docgen` dependency to version `2.7.0`. This prevents backwards incompatible changes in `[email protected]` from breaking this package.

## 0.1.0 (2015-12-17)

Initial publication of the `gulp-react-docs` plugin. The gulp plugin uses `[email protected]` and generates documentation for React components and the `propTypes` they expect. The plugin takes the following options at the moment:

- `path`: If given, a link from the generated `.md` doc to the source code / file will be included in the generated output. See the repo [README.md](./README.md) for more information.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-react-docs",
"version": "0.1.1",
"version": "0.1.2",
"description": "A gulp plugin for generating documentation in Markdown format for React components based on their `propTypes`.",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit c5f2afe

Please sign in to comment.