Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 15, 2016
1 parent 2ee2989 commit 44260f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.16.1

- bump dependencies. In particular, there was a bug in [parser-front-matter][] where leading whitespace was removed after extracting front-matter, which caused the first line of indentation to be removed. This has been fixed.

### v0.16.0

- **Added**: `.log()` method, which also exposes additional methods, like `.log.info()`, `.log.success()`, etc.
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "assemble",
"description": "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites / static site generator, alternative to jekyll for gh-pages and more! Assemble can also be used with gulp and grunt.",
"version": "0.16.0",
"version": "0.16.1",
"homepage": "https://github.com/assemble/assemble",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"authors": [
Expand Down Expand Up @@ -39,9 +39,9 @@
"assemble-core": "^0.25.0",
"assemble-loader": "^0.6.1",
"base-argv": "^0.5.0",
"base-cli-process": "^0.1.16",
"base-cli-process": "^0.1.18",
"base-config": "^0.5.2",
"base-questions": "^0.6.6",
"base-questions": "^0.7.1",
"base-runtimes": "^0.2.0",
"cross-spawn": "^4.0.0",
"engine-handlebars": "^0.8.0",
Expand All @@ -51,7 +51,7 @@
"is-valid-app": "^0.2.0",
"lazy-cache": "^2.0.1",
"log-utils": "^0.2.1",
"parser-front-matter": "^1.3.0",
"parser-front-matter": "^1.4.1",
"resolve-dir": "^0.1.0",
"yargs-parser": "^2.4.0"
},
Expand Down Expand Up @@ -151,6 +151,7 @@
"base-watch",
"boilerplate",
"composer",
"consolidate",
"engine-handlebars",
"expand-object",
"grunt-assemble",
Expand All @@ -159,16 +160,17 @@
"handlebars",
"lazy-cache",
"less",
"lodash",
"parser-front-matter",
"pug",
"scaffold",
"swig",
"templates",
"verb",
"vinyl",
"vinyl-fs",
"lodash",
"swig",
"pug",
"consolidate"
"generate",
"update"
],
"lint": {
"reflinks": true
Expand Down

0 comments on commit 44260f6

Please sign in to comment.