Prepare 1.8.1 (#125)

This commit is contained in:
ismay 2017-04-20 10:13:00 +02:00 committed by GitHub
parent aee9acd617
commit 72952d490a
3 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,7 @@
1.8.1 - April 20, 2017
----------------------
* fix "too many opened files" error
1.8.0 - February 3, 2017
------------------------
* add partialExtension option, to fix partials matching on the wrong extension

View file

@ -6,9 +6,6 @@
> A metalsmith plugin for layouts
[![stack overflow][stackoverflow-badge]][stackoverflow-url]
[![slack chat][slack-badge]][slack-url]
This plugin allows you to apply layouts to your source files. It passes your source files to the selected layout as the variable `contents` and renders the result with the templating engine of your choice. You can use any templating engine supported by [consolidate.js](https://github.com/tj/consolidate.js#supported-template-engines).
For support questions please use [stack overflow][stackoverflow-url] or our [slack channel][slack-url]. For templating engine specific questions try the aforementioned channels, as well as the documentation for [consolidate.js](https://github.com/tj/consolidate.js) and your templating engine of choice.
@ -244,9 +241,7 @@ MIT
[build-url]: https://travis-ci.org/superwolff/metalsmith-layouts
[downloads-badge]: https://img.shields.io/npm/dm/metalsmith-layouts.svg
[downloads-url]: https://www.npmjs.com/package/metalsmith-layouts
[slack-badge]: https://img.shields.io/badge/Slack-Join%20Chat%20→-blue.svg
[slack-url]: http://metalsmith-slack.herokuapp.com/
[stackoverflow-badge]: https://img.shields.io/badge/stack%20overflow-%23metalsmith-red.svg
[stackoverflow-url]: http://stackoverflow.com/questions/tagged/metalsmith
[version-badge]: https://img.shields.io/npm/v/metalsmith-layouts.svg
[version-url]: https://www.npmjs.com/package/metalsmith-layouts

View file

@ -3,7 +3,7 @@
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"main": "lib/index.js",
"scripts": {