Skip to content

Commit ba528d0

Browse files
committed
chore(*): release 0.5.0
1 parent 410b90b commit ba528d0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 0.5.0 - TBD
3+
## 0.5.0 - 2014-06-03
44

55
- Add support for expressions in attributes (([#12](https://github.com/urish/angular-spinner/pull/12), contributed by [aaronroberson](https://github.com/aaronroberson))
66
- Generate source map for the minified version ([#14](https://github.com/urish/angular-spinner/issues/14))
7+
- Add a `main` field to package.json (([#15](https://github.com/urish/angular-spinner/pull/15), contributed by [elfreyshira](https://github.com/elfreyshira))
78
- Enable support for AngularJS 1.3.x in bower.json
89

910
## 0.4.0 - 2014-03-15

angular-spinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* angular-spinner version 0.4.0
2+
* angular-spinner version 0.5.0
33
* License: MIT.
44
* Copyright (C) 2013, 2014, Uri Shaked and contributors.
55
*/

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spinner",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Angular directive to show an animated spinner (using spin.js)",
55
"main": "./angular-spinner.js",
66
"author": "Uri Shaked",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spinner",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"repository": {
55
"type": "git",
66
"url": "http://github.com/urish/angular-spinner.git"

0 commit comments

Comments
 (0)