Skip to content

Commit

Permalink
2.0.0-beta.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored Sep 27, 2016
1 parent 22134ec commit 6bca1e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0-beta - September 11, 2016
2.0.0-beta.1 - September 11, 2016
-------------------------------
* switch to jstransformers for rendering (breaking change)

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

> A metalsmith plugin for in-place templating
**This documentation is for the 2.0.0-beta. This version will not be installed automatically and has been released for testing purposes, check [here](https://github.com/superwolff/metalsmith-in-place/blob/7cb06e54142b8843f35178ceb5560946ae356049/Readme.md) for the readme for the latest stable version. If you're using the beta please let us know about any bugs!**
**This documentation is for the 2.0.0-beta.1. This version will not be installed automatically and has been released for testing purposes, check [here](https://github.com/superwolff/metalsmith-in-place/blob/7cb06e54142b8843f35178ceb5560946ae356049/Readme.md) for the readme for the latest stable version. If you're using the beta please let us know about any bugs!**

This plugin allows you to render templates with [jstransformer](https://github.com/jstransformers/jstransformer). Files will be transformed based on their extension, last extension first. Transformations are applied until there are no more applicable jstransformers.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"name": "metalsmith-in-place",
"repository": "git://github.com/superwolff/metalsmith-in-place.git",
"version": "2.0.0",
"version": "2.0.0-beta.1",
"scripts": {
"debug": "DEBUG=metalsmith-in-place mocha --reporter spec",
"test:eslint": "eslint '{src,lib}/**/*.js'",
Expand Down

0 comments on commit 6bca1e8

Please sign in to comment.