Skip to content
This repository was archived by the owner on Apr 19, 2018. It is now read-only.

Commit d918a63

Browse files
committed
1.1.0
1 parent 494031f commit d918a63

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ And constructed with these guidelines:
1212

1313
For more information on semantic versioning, please visit http://semver.org/.
1414

15+
## v1.1.0 - August 27, 2014
16+
17+
* Moved dependencies and Gruntfile back to root of project to reduce commands from multiple locations and ease installation
18+
1519
## v1.0.1 - August 19, 2014
1620

1721
* Added Sass import to Gruntfile for bower deps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Evolved for WordPress - v1.0.1
1+
# Evolved for WordPress - v1.1.0
22

33
> Evolved is a simple pair of parent and child themes and a set of build tasks to help you start and manage your WordPress theme development process.
44

root/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "http://github.com/wp-evolved"
77
},
88
"description": "Evolved is a simple pair of parent and child themes to help you start and manage your WordPress theme development process.",
9-
"version": "1.0.1",
9+
"version": "1.1.0",
1010
"dependencies": {
1111
"bourbon": "~4.0.1",
1212
"neat": "~1.6.0"

root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "http://github.com/wp-evolved"
77
},
88
"description": "Evolved is a simple pair of parent and child themes to help you start and manage your WordPress theme development process.",
9-
"version": "1.0.1",
9+
"version": "1.1.0",
1010
"engines": {
1111
"node": ">= 0.10.0"
1212
},

0 commit comments

Comments
 (0)