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

Commit

Permalink
chore(*): release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 6, 2015
1 parent 4335e4e commit 20ae571
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.6.1 - 2014-01-06
- Removed NBSP characters from source code ([#40](https://github.com/urish/angular-spinner/pull/40), contributed by [amolghotankar](https://github.com/amolghotankar))
- Return the created AngularJS module ([#37](https://github.com/urish/angular-spinner/pull/37), contributed by [k7sleeper](https://github.com/k7sleeper))

## 0.6.0 - 2014-12-12
- Added configurable default options ([#31](https://github.com/urish/angular-spinner/pull/31), contributed by [aleksih](https://github.com/aleksih))
- Added scope eval to allow for data binding support ([#21](https://github.com/urish/angular-spinner/pull/21), contributed by [jdamick](https://github.com/jdamick))
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.6.0
* angular-spinner version 0.6.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.6.0",
"version": "0.6.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.6.0",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-spinner.git"
Expand Down

0 comments on commit 20ae571

Please sign in to comment.