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.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 17, 2016
1 parent 84acecc commit 6cbf569
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.8.1 - 2016-02-16
- Bugfix: Default options overwriting ([#81](https://github.com/urish/angular-spinner/pull/81), contributed by [dmytroyarmak](https://github.com/dmytroyarmak))

## 0.8.0 - 2015-10-29
- Improve UMD (Universal Module Definition) code, fixes ([#61](https://github.com/urish/angular-spinner/issues/61))
- Theme support ([#66](https://github.com/urish/angular-spinner/pull/66), contributed by [marknadig](https://github.com/marknadig))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Angular directive to show an animated spinner (using [spin.js](http://fgnass.github.io/spin.js/))

Copyright (C) 2013, 2014, 2015, Uri Shaked <uri@urish.org>.
Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked <uri@urish.org>.

[![Build Status](https://travis-ci.org/urish/angular-spinner.png?branch=master)](https://travis-ci.org/urish/angular-spinner)
[![Coverage Status](https://coveralls.io/repos/urish/angular-spinner/badge.png)](https://coveralls.io/r/urish/angular-spinner)
Expand Down
4 changes: 2 additions & 2 deletions angular-spinner.js
@@ -1,7 +1,7 @@
/**
* angular-spinner version 0.8.0
* angular-spinner version 0.8.1
* License: MIT.
* Copyright (C) 2013, 2014, 2015, Uri Shaked and contributors.
* Copyright (C) 2013, 2014, 2015, 2016, Uri Shaked and contributors.
*/

'format amd';
Expand Down
2 changes: 1 addition & 1 deletion angular-spinner.min.js.map

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
@@ -1,6 +1,6 @@
{
"name": "angular-spinner",
"version": "0.8.0",
"version": "0.8.1",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-spinner.git"
Expand Down

0 comments on commit 6cbf569

Please sign in to comment.