Skip to content

Commit

Permalink
release(*): Bumped to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh David Miller committed Sep 14, 2013
1 parent fbb9263 commit 83801dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.3.1 (2013-09-13)

## Features

* Page titles are now set via state objects ([33de8097]([email protected]:joshdmiller/ng-boilerplate/commit/33de8097))
* Append pkg.version to JS and CSS ([90e1b71f]([email protected]:joshdmiller/ng-boilerplate/commit/90e1b71f))
* Vendor CSS is copied and concatenated with the app's CSS ([dda8792c]([email protected]:joshdmiller/ng-boilerplate/commit/dda8792c))
* Vendor assets are copied to the build too ([29502bff]([email protected]:joshdmiller/ng-boilerplate/commit/29502bff))
* Treat JS in src/assets as assets (i.e. don't do anything with it) ([99b50751]([email protected]:joshdmiller/ng-boilerplate/commit/99b50751))
* Added PhantomJS support ([89acf5f6]([email protected]:joshdmiller/ng-boilerplate/commit/89acf5f6))
* Files for use only in testing are now configurable ([a04e663b]([email protected]:joshdmiller/ng-boilerplate/commit/a04e663b))

## Bug fixes

* CopyPasteException in index.html comments ([3a0596a7]([email protected]:joshdmiller/ng-boilerplate/commit/3a0596a7))
* Fixed typos in the README ([5ae95393]([email protected]:joshdmiller/ng-boilerplate/commit/5ae95393)), ([8c362208]([email protected]:joshdmiller/ng-boilerplate/commit/8c362208)), and ([6b617282]([email protected]:joshdmiller/ng-boilerplate/commit/6b617282))
* Vendor files were added to build twice ([09277b74]([email protected]:joshdmiller/ng-boilerplate/commit/09277b74))
* IE7 Font Awesome stylesheet pointed nowhere ([515673b1]([email protected]:joshdmiller/ng-boilerplate/commit/515673b1))

# 0.3.0 (2013-06-25)

## Features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boilerplate",
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {
"angular": "~1.0.7",
"angular-mocks": "~1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Josh David Miller",
"name": "ng-boilerplate",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "http://bit.ly/ng-boilerplate",
"licenses": {
"type": "MIT",
Expand Down

0 comments on commit 83801dc

Please sign in to comment.