Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
<a name="0.1.1"></a>
## [0.1.1](v0.1.0...v0.1.1) (2016-03-13)

### Bug Fixes

* use permissive version range for postcss peerDependency ([02bca53](02bca53))
  • Loading branch information
ZauberNerd committed Mar 13, 2016
1 parent 02bca53 commit 42296d3
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
@@ -1,3 +1,13 @@
<a name="0.1.1"></a>
## [0.1.1](https://github.com/nerdlabs/patternplate-transform-cssmodules/compare/v0.1.0...v0.1.1) (2016-03-13)


### Bug Fixes

* use permissive version range for postcss peerDependency ([02bca53](https://github.com/nerdlabs/patternplate-transform-cssmodules/commit/02bca53))



<a name="0.1.0"></a>
# 0.1.0 (2016-03-13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternplate-transform-cssmodules",
"version": "0.1.0",
"version": "0.1.1",
"description": "patternplate transform creating css modules",
"main": "distribution/index.js",
"files": [
Expand Down

0 comments on commit 42296d3

Please sign in to comment.