Skip to content

Commit

Permalink
Release:
Browse files Browse the repository at this point in the history
* version 1.1.1
  • Loading branch information
shimataro committed Nov 7, 2015
2 parents a24c787 + b5634f5 commit 9b35bf7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -127,6 +127,9 @@ See [document for developers](FOR_DEVELOPERS.md) to learn how to build, and tran

## Release note

* 2015-11-07 *version 1.1.1*
* `require("cazary")` returns a jQuery object

* 2015-11-06 *version 1.1.0*
* Supports [CommonJS](http://www.commonjs.org/).
* Translation data format to [YAML](http://yaml.org/).
Expand Down
2 changes: 1 addition & 1 deletion cazary-legacy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cazary.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cazary",
"version": "1.1.0",
"version": "1.1.1",
"description": "jQuery plugin of WYSIWYG editor that aims for fast, lightweight, stylish, customizable, cross-browser, and multi-language.",
"main": "./cazary.min.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/cazary-legacy.js
Expand Up @@ -1560,4 +1560,5 @@
}
})($)
});
return $;
}));
1 change: 1 addition & 0 deletions src/cazary.js
Expand Up @@ -1559,4 +1559,5 @@
}
})($)
});
return $;
}));

0 comments on commit 9b35bf7

Please sign in to comment.