Skip to content

Commit 2582b44

Browse files
bump version 0.8.0
1 parent b18ec50 commit 2582b44

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
==========
3+
## 0.8.0
4+
- auto incrementing is now configurable
5+
([#209](https://github.com/chieffancypants/angular-loading-bar/pull/209))
6+
- removed `version` from bower.json
7+
([#207](https://github.com/chieffancypants/angular-loading-bar/pull/207))
8+
- added support for webpack and browserify
9+
([#200](https://github.com/chieffancypants/angular-loading-bar/pull/200))
10+
- spinner border radius 10px -> 50%
11+
([#184](https://github.com/chieffancypants/angular-loading-bar/issues/184))
12+
313

414
## 0.7.1
515
- Merge correct PR for broken interceptor detection ([#133](https://github.com/chieffancypants/angular-loading-bar/pull/133), [#50](https://github.com/chieffancypants/angular-loading-bar/pull/50))

build/loading-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-loading-bar v0.7.1
2+
* angular-loading-bar v0.8.0
33
* https://chieffancypants.github.io/angular-loading-bar
44
* Copyright (c) 2015 Wes Cruver
55
* License: MIT

build/loading-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-loading-bar v0.7.1
2+
* angular-loading-bar v0.8.0
33
* https://chieffancypants.github.io/angular-loading-bar
44
* Copyright (c) 2015 Wes Cruver
55
* License: MIT

build/loading-bar.min.css

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/loading-bar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-loading-bar",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "An automatic loading bar for AngularJS",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)