Skip to content

Commit 554bbb4

Browse files
committed
Added a changelog
1 parent a51ad83 commit 554bbb4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_js:
33
- 0.8
44
before_script:
55
- npm install -g grunt-cli
6-
script: grunt travis --verbose
6+
script: grunt travis --verbose

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 0.4.0 / Unreleased
2+
3+
* [FEATURE] `position` option (thanks to Jeffrey Dean Altemus)
4+
5+
# 0.3.0 / 2013-05-20
6+
7+
* [CHANGE] Renamed project from "jquery-contextmenu" to "jquery-ui-contextmenu"
8+
* [BUGFIX] Fixed markup for disabled entries
9+
* [FEATURE] Support `taphold` events
10+
* [FEATURE] Show / hide effects configurable

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ module.exports = function (grunt) {
6363
grunt.loadNpmTasks("grunt-contrib-connect");
6464
grunt.loadNpmTasks("grunt-exec");
6565

66-
// The 'ci' task is run on travis
6766
grunt.registerTask("server", ["connect:demo"]);
6867
grunt.registerTask("test", ["jshint",
6968
"qunit"]);

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $("#container").bind("contextmenuselect", function(event, ui) {
258258
259259
# Credits
260260
261-
Contributors in order by appearance:
261+
Contributors in order of appearance:
262262
263263
* [Jeffrey Dean Altemus](http://jeff.teamaltemus.net)
264264

0 commit comments

Comments
 (0)