Skip to content

Commit

Permalink
Merge branch 'release/v0.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienEtienne committed Dec 1, 2016
2 parents c4edd59 + 45a0f81 commit 11909a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,12 +2,18 @@

All notable changes to this project will be documented in this file.

### [v0.0.1] - 2016-12-01

- Create unique addAction function to add action.
- Export types of Action.
- Change test on isValid function for ACTION_INPUT

### [v0.0.0] - 2016-12-01

- Create an interactor from scratch
- Recover an interactor
- Interactor and action validation
- Integrate [Easystatic](https://easystatic.com) that generates a static site from the `docs/*.md` files

[unreleased]: https://github.com/AdrienEtienne/actions-interactor/compare/v0.0.0...HEAD
[unreleased]: https://github.com/AdrienEtienne/actions-interactor/compare/v0.0.1...HEAD
[v0.0.1]: https://github.com/AdrienEtienne/actions-interactor/compare/v0.0.0...v0.0.1
[v0.0.0]: https://github.com/AdrienEtienne/actions-interactor/compare/5bdd04c...v0.0.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "actions-interactor",
"version": "0.0.0",
"version": "0.0.1",
"description": "Managing interactions with validation of the actions",
"repository": "AdrienEtienne/actions-interactor",
"author": "AdrienEtienne <a.etienne92@gmail.com>",
Expand Down

0 comments on commit 11909a1

Please sign in to comment.