Skip to content

Commit

Permalink
Adds CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
John F. Mercer committed Aug 19, 2015
1 parent dcc058e commit f93251a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.3 - 2015-08-20
* Additions
* A `CHANGELOG`
* Two flowcharts to `README`
* An `npm` version badge
* A David badge (labels dependencies as up-to-date or not)
* `CONTRIBUTING.md`
* A Travis badge
* Fixes
* Documentation (`README`)
* Badge links
* Brings code documentation up to JSCS standard
* Removes
* CodeShip badge

## 0.1.2 - 2015-08-06
* Fixes runtime error

## 0.1.1 - 2015-08-06
* Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radiian",
"version": "0.1.2",
"version": "0.1.3",
"description": "Radiian generates an Ansible playbook for immutable infrastructure with AWS.",
"bin": "lib/radiian.js",
"main": "lib/radiian.js",
Expand Down

0 comments on commit f93251a

Please sign in to comment.