Skip to content

Commit

Permalink
Fixes CHANGELOG
Browse files Browse the repository at this point in the history
* This corrects `CHANGELOG` for the 0.3.1 release
* Also, this bumps the release number to 0.3.1
  • Loading branch information
John F. Mercer committed Nov 30, 2015
1 parent 80ef5a9 commit 4da63cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.1] - 2015-11-30
### Fixed
- `README`
- `CHANGELOG`

## [0.3.0] - 2015-11-30
### Added
- Thorough documentation
- A sample project
Expand Down Expand Up @@ -46,6 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2015-08-11
- Initial Release

[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.2.0...HEAD
[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.3.1...HEAD
[0.3.1]: https://github.com/radify/angular-scaffold/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/radify/angular-scaffold/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/radify/angular-scaffold/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/radify/angular-scaffold/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-scaffold",
"description:": "Angular Scaffold is a collection of convenience wrappers around angular-model collections.",
"license": "BSD-3-Clause",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/radify/angular-scaffold/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4da63cc

Please sign in to comment.