Skip to content

Commit c5f2afe

Browse files
author
Jyri Tuulos
committed
bump version to 0.1.2, update changelog
1 parent c356f2d commit c5f2afe

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# gulp-react-docs Change Log
22

3-
## 0.1.0 - 2015.12.17
3+
## 0.1.2 (2016-07-14)
4+
5+
- Make the `options` argument optional and make `gulp-util` a production dependency (https://github.com/AdRoll/gulp-react-docs/pull/4)
6+
7+
## 0.1.1 (2016-04-08)
8+
9+
Pinned `react-docgen` dependency to version `2.7.0`. This prevents backwards incompatible changes in `[email protected]` from breaking this package.
10+
11+
## 0.1.0 (2015-12-17)
412

513
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:
614

715
- `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.
8-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-react-docs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A gulp plugin for generating documentation in Markdown format for React components based on their `propTypes`.",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)