Skip to content

Commit

Permalink
Prep 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Apr 12, 2019
1 parent e7e4801 commit 9e38978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

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


## [2.0.8] - 2019-04-12

- Added a `--strict` flag for the `acetate build` command. Builds with `--strict` enabled will now `process.exit(1)`.

## [2.0.7] - 2019-02-24

- `acetate.symlink` now works properly against deeply nested directories.


## [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.
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.7",
"version": "2.0.8",
"author": "Patrick Arlt <[email protected]> (https://patrickarlt.com/)",
"babel": {
"presets": [
Expand Down

0 comments on commit 9e38978

Please sign in to comment.