Skip to content

Commit

Permalink
prepare 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Mar 1, 2019
1 parent c3d1f32 commit d146160
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Upcoming Changes](https://github.com/patrickarlt/acetate/compare/v2.0.3...master)

## [2.0.6] - 2019-02-24

- Acetate now performs variable replacement in Markdown files with Nunjucks BEFORE rendering the markdown. This allows things like `[Link]({{relativePath}}/link/to/page/)` to be output properly.

## [2.0.5] - 2019-02-24

- Changes to `ignore`, `dest` and `url` are now respected when set in transforms.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acetate",
"description": "A layout and templating framework for static websites.",
"version": "2.0.5",
"version": "2.0.6",
"author": "Patrick Arlt <[email protected]> (https://patrickarlt.com/)",
"babel": {
"presets": [
Expand Down

0 comments on commit d146160

Please sign in to comment.