Skip to content

Commit

Permalink
Prepare v1.0.0
Browse files Browse the repository at this point in the history
- We are dropping support for legacy versions of node to make future updates easier.
- The API exposed has been stable for more than 2 years now, so we might as well call this a v1 :D
  • Loading branch information
janraasch committed Dec 18, 2016
1 parent 894cb87 commit f13b23e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.0.0](https://github.com/slara/generator-reveal/compare/v0.5.9...v1.0.0)
### Breaking
- Drop support for node `v0.10` and `v0.12`.

### Changes
- Update yeoman-generator dependency to `v1`.
- Update all packaged dependencies like `reveal.js`, `grunt`, etc. to the latest version.

## [v0.5.9](https://github.com/slara/generator-reveal/compare/v0.5.8...v0.5.9)
### Changes
- Update yeoman-generator dependency to `v0.23`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-reveal",
"version": "0.5.9",
"version": "1.0.0",
"description": "A Reveal.js generator for Yeoman",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit f13b23e

Please sign in to comment.