Skip to content

Commit

Permalink
bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Oct 3, 2014
1 parent 44715eb commit 0da26a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.

PL-node-v0.1.5
- ADD: Live reload support for grunt serve task
- THX: thanks @marcinmodestowicz for the configuration fix. VERY useful :)

PL-node-v0.1.4
- FIX: Resolved issue with nested pattern rendering
- FIX: Supporting flat pattern name regex's in unix-systems
Expand Down
2 changes: 1 addition & 1 deletion builder/object_factory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* patternlab-node - v0.1.4 - 2014
* patternlab-node - v0.1.5 - 2014
*
* Brian Muenzenmeyer, and the web community.
* Licensed under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion builder/patternlab.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* patternlab-node - v0.1.4 - 2014
* patternlab-node - v0.1.5 - 2014
*
* Brian Muenzenmeyer, and the web community.
* Licensed under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "0.1.4",
"version": "0.1.5",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
Expand Down

0 comments on commit 0da26a1

Please sign in to comment.