Skip to content

Commit

Permalink
Released version 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 14, 2015
1 parent 570750b commit df378ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Changelog

### v0.5.8 (master, released on Aug 5th 2015)
### v0.5.9 (master, released on Dec 14th 2015)
#### Features
- Reload table on specific page [#160](https://github.com/Zizzamia/ng-tasty/issues/160)

#### Bug Fixes
- Fixed table function runs twice when it is in an Angular-Material mdTab directive #176 [#153](https://github.com/Zizzamia/ng-tasty/issues/176)
- Fixed paramsObj causing circular object JSON error [#159](https://github.com/Zizzamia/ng-tasty/issues/159)

### v0.5.8 (released on Aug 5th 2015)
#### Bug Fixes
- Fixed paramsObj does not match params #153 [#153](https://github.com/Zizzamia/ng-tasty/issues/153)

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": "ng-tasty",
"version": "0.5.8",
"version": "0.5.9",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
{
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": "ng-tasty",
"version": "0.5.8",
"version": "0.5.9",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "dist/ng-tasty-tpls.min.js",
"devDependencies": {
Expand Down

0 comments on commit df378ce

Please sign in to comment.