Skip to content

Commit 1d63d12

Browse files
committed
Update CHANGELOG to mention the change to the merge data function.
Closes #150
1 parent a016168 commit 1d63d12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

33
PL-node-v0.13.0
44
- FIX: Cleanup an old file and an incorrect entry in the .gitignore file
5-
- CHG: Change order of pattern addition and ~variant pattern addition so they build naturally in the menu.
5+
- CHG: Change order of pattern addition and ~variant pattern addition so they build naturally in the menu.
66
- THX: Thanks @e2tha-e for the flurry of pull requests!
7+
- CHG: Update data merge function to prioritize handle pattern~variant.json files
8+
- THX: Thanks @e2tha-e for finding, fixing, and unit testing the data merge issue.
79

810
PL-node-v0.12.0
911
- ADD: Gulp support arrives with an optional configuration

package.gulp.json

+1-1
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.12.0",
4+
"version": "0.13.0",
55
"devDependencies": {
66
"browser-sync": "^2.8.2",
77
"del": "^1.2.1",

0 commit comments

Comments
 (0)