diff --git a/CHANGELOG.md b/CHANGELOG.md index e39336f..2298c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Marcel Changelog -### Unreleased +### 0.2.0 - Adds support for `.js` data files ([#42](https://github.com/marceljs/marcel/issues/42)). - Adds `build` (default) and `serve` commands to the CLI ([#22](https://github.com/marceljs/marcel/issues/22)). diff --git a/package.json b/package.json index a4c50bf..339d33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marcel", - "version": "0.1.3", + "version": "0.2.0", "description": "A simple, pluggable, static site generator.", "main": "index.js", "repository": "git@github.com:marceljs/marcel.git",