Skip to content

Commit

Permalink
chore(bump): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 4, 2017
1 parent e60838d commit ee65138
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/jyounce/rapid-build/compare/v2.0.0...v2.1.0) (2017-07-04)


### Minor Features
* **browsersync:** remove unnecessary ui popover notification ([f8d972a](https://github.com/jyounce/rapid-build/commit/f8d972a#diff-7a89fbf039df541b4f8e0887c6244cb8))
* **bump deps:**
* babel-preset-es2015@6.24.1 ([3974bb5](https://github.com/jyounce/rapid-build/commit/3974bb5))
* browser-sync@2.18.12 ([f8d972a](https://github.com/jyounce/rapid-build/commit/f8d972a))
* browserify@14.4.0 ([e60838d](https://github.com/jyounce/rapid-build/commit/e60838d))



# [2.0.0](https://github.com/jyounce/rapid-build/compare/v1.1.1...v2.0.0) (2017-07-01)


Expand All @@ -7,6 +19,7 @@
* typescript features: [v2.3](https://git.io/vQWhG 'typescript v2.3 features') and [v2.4](https://git.io/vQWh4 'typescript v2.4 features')

### Breaking Changes

Only applies to people using typescript.
Find breaking changes here:
* [v2.3](https://git.io/vQWhe 'typescript v2.3 breaking changes')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.1.0",
"tasksPrefix": "rb-",
"description": "Rapid build system utilizing Node.js, Express and AngularJS.",
"homepage": "https://rapid-build.io/",
Expand Down
2 changes: 1 addition & 1 deletion src/src/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/src/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.0.0",
"version": "2.1.0",
"description": "Application's default web server.",
"scripts": {
"start": "node start-server",
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": "2.0.0",
"version": "2.1.0",
"description": "Application for testing the rapid-build.",
"author": {
"name": "Judd Younce",
Expand Down

0 comments on commit ee65138

Please sign in to comment.