Skip to content

Commit

Permalink
chore(bump): v0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jun 16, 2016
1 parent 22c25d9 commit b9b94f7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.61.0](https://github.com/jyounce/rapid-build/compare/v0.60.1...v0.61.0) (2016-06-16)


### Features

* **option:** exclude.from.spaFile.angular.files, set to true to exclude the angular files from spa.html that come with rapid-build ([fadbb16](https://github.com/jyounce/rapid-build/commit/fadbb16))



## [0.60.1](https://github.com/jyounce/rapid-build/compare/v0.60.0...v0.60.1) (2016-06-11)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build-docs",
"version": "0.60.1",
"version": "0.61.0",
"description": "Documentation website for rapid-build.",
"homepage": "http://rapid-build.io/",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/client/scripts/constants/rb-constant.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Do not manually modify this file.
# npm run bump version | updates the version in this file
# =======================================================
angular.module('rapid-build').constant 'RB_VERSION', '0.60.1'
angular.module('rapid-build').constant 'RB_VERSION', '0.61.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build",
"version": "0.60.1",
"version": "0.61.0",
"tasksPrefix": "rb-",
"description": "Rapid build system utilizing Node.js, Express and AngularJS.",
"homepage": "https://github.com/jyounce/rapid-build",
Expand Down
2 changes: 1 addition & 1 deletion test/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-build-test",
"version": "0.60.1",
"version": "0.61.0",
"description": "Application for testing the rapid-build.",
"author": {
"name": "Judd Younce",
Expand Down

0 comments on commit b9b94f7

Please sign in to comment.