Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Plourde committed Oct 8, 2014
1 parent 6b4f82b commit 87e43ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.2.5 (2014-10-08)

#### Features
- Rich data output for links and images (Issue #86)
- Remove jQuery dependency (PR #132)
- Use angular-toastr module instead of toastr library (PR #132)
- Add real favicon (PR #145)

#### Bug Fixes
- Prevent XSS attacks through toastr library

### 0.2.4 (2014-09-29)

#### Features
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": "uchiwa",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"jshint": "grunt jshint",
Expand Down
2 changes: 1 addition & 1 deletion public/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ constantModule.constant('settings', {

// Version
constantModule.constant('version', {
uchiwa: '0.2.4'
uchiwa: '0.2.5'
});

0 comments on commit 87e43ef

Please sign in to comment.