Skip to content

Commit

Permalink
release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Oct 4, 2014
1 parent bebf126 commit 7619aed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.2.4 (2014-10-04)
* bug fixes
([#19](https://github.com/outsideris/angular-summernote/issues/19))

# 0.2.3 (2014-09-04)
* update with [summernote v0.5.8](https://github.com/HackerWins/summernote/releases/tag/v0.5.8)
* add `onChange` event
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ See [here](https://github.com/outsideris/angular-summernote/blob/master/CHANGELO

## Demo

See at [JSFiddle](http://jsfiddle.net/outsider/n8dt4/61/embedded/result%2Chtml%2Cjs%2Ccss/)
See at [JSFiddle](http://jsfiddle.net/outsider/n8dt4/97/embedded/result%2Chtml%2Cjs%2Ccss/)
or run example in projects(need to run `bower install` before run)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-summernote",
"version": "0.2.3",
"version": "0.2.4",
"main": [
"./dist/angular-summernote.min.js"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-summernote.min.js

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-summernote",
"version": "0.2.3",
"version": "0.2.4",
"author": {
"name": "\"Outsider\" Jeonghoon Byun",
"email": "outsideris@gmail.com",
Expand Down

0 comments on commit 7619aed

Please sign in to comment.