diff --git a/CHANGELOG.md b/CHANGELOG.md index cc75eda..1a3e974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/package.json b/docs/package.json index fd55a33..24b54ee 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": { diff --git a/docs/src/client/scripts/constants/rb-constant.coffee b/docs/src/client/scripts/constants/rb-constant.coffee index 95aecd3..4a990ab 100644 --- a/docs/src/client/scripts/constants/rb-constant.coffee +++ b/docs/src/client/scripts/constants/rb-constant.coffee @@ -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' \ No newline at end of file +angular.module('rapid-build').constant 'RB_VERSION', '0.61.0' \ No newline at end of file diff --git a/package.json b/package.json index d599d8c..4854dd9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/app/package.json b/test/app/package.json index f07eca1..b3c6491 100644 --- a/test/app/package.json +++ b/test/app/package.json @@ -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",