Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore(*): release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 9, 2014
1 parent fbcd116 commit 0b1ea5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.1 - 2014-08-09
- AMD / Require.js compatibility ([#11](https://github.com/urish/angular-spinner/pull/11), contributed by [floribon](https://github.com/floribon))
- Bugfix: Stop events are ignored if sent before the directive is fully initialized and `startActive` is true ([#22](https://github.com/urish/angular-spinner/pull/22), contributed by [vleborgne](https://github.com/vleborgne))

## 0.5.0 - 2014-06-03

- Add support for expressions in attributes ([#12](https://github.com/urish/angular-spinner/pull/12), contributed by [aaronroberson](https://github.com/aaronroberson))
Expand Down
2 changes: 1 addition & 1 deletion angular-spinner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-spinner version 0.5.0
* angular-spinner version 0.5.1
* License: MIT.
* Copyright (C) 2013, 2014, Uri Shaked and contributors.
*/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spinner",
"version": "0.5.0",
"version": "0.5.1",
"description": "Angular directive to show an animated spinner (using spin.js)",
"main": "./angular-spinner.js",
"author": "Uri Shaked",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spinner",
"version": "0.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-spinner.git"
Expand Down

0 comments on commit 0b1ea5b

Please sign in to comment.