Skip to content

Commit 4da63cc

Browse files
author
John F. Mercer
committed
Fixes CHANGELOG
* This corrects `CHANGELOG` for the 0.3.1 release * Also, this bumps the release number to 0.3.1
1 parent 80ef5a9 commit 4da63cc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [0.3.1] - 2015-11-30
8+
### Fixed
9+
- `README`
10+
- `CHANGELOG`
11+
12+
## [0.3.0] - 2015-11-30
613
### Added
714
- Thorough documentation
815
- A sample project
@@ -46,6 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4653
## [0.1.0] - 2015-08-11
4754
- Initial Release
4855

49-
[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.2.0...HEAD
56+
[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.3.1...HEAD
57+
[0.3.1]: https://github.com/radify/angular-scaffold/compare/0.3.0...0.3.1
58+
[0.3.0]: https://github.com/radify/angular-scaffold/compare/0.2.0...0.3.0
5059
[0.2.0]: https://github.com/radify/angular-scaffold/compare/0.1.1...0.2.0
5160
[0.1.1]: https://github.com/radify/angular-scaffold/compare/0.1.0...0.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-scaffold",
33
"description:": "Angular Scaffold is a collection of convenience wrappers around angular-model collections.",
44
"license": "BSD-3-Clause",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"homepage": "https://github.com/radify/angular-scaffold/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)