Skip to content

Commit 0a82263

Browse files
committed
prepping for 0.1.4 release
1 parent 424503e commit 0a82263

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-node-v0.1.4
4+
- FIX: Resolved issue with nested pattern rendering
5+
- FIX: Supporting flat pattern name regex's in unix-systems
6+
- THX: thanks @torbs for the issue and pull request
7+
38
PL-node-v0.1.3
49
- ADD: Pattern states
510
- ADD: Ships with grunt connect if you are into that kinda thing

builder/object_factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.1.3 - 2014
2+
* patternlab-node - v0.1.4 - 2014
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.1.3 - 2014
2+
* patternlab-node - v0.1.4 - 2014
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node",
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"devDependencies": {
66
"grunt": "~0.4.0",
77
"grunt-contrib-watch": "~0.2.0",

0 commit comments

Comments
 (0)