diff --git a/History.md b/History.md index a9702a2..c5a46db 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,20 @@ # master +# 2.1.0 + +* Update README: Add description of scripts that need to be inserted for `chai-jquery` to work properly +* feat: add focus assertion +* Update package.json keywords +* Denote jquery.js is required +* Update for Chai v4.0 + +# 2.0.1 + +* Create bower.json +* Add syntax highlighting to README code snippets +* Fix docs (incorrectly) indicating that `.css()` supports hex values (it does not) +* Update History.md + # 2.0.0 * Removed `be` assertion. Use `match` instead. Rename `have` to `descendants`. (#47) diff --git a/bower.json b/bower.json index 60f441d..84c6120 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "main": ["./chai-jquery.js"], "ignore": [".git", ".gitignore", ".travis.yml", "test"], "devDependencies": { - "chai": "1", + "chai": "4", "mocha": "1", "mocha-phantomjs": "3", "jquery": "1.9.1 - 2" diff --git a/package.json b/package.json index 2cbffa4..a793074 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "chai-jquery", "description": "jQuery assertions for the Chai assertion library", "keywords": [ "chai", "chai-plugin", "vendor", "browser-only", "dom", "test", "assertion", "assert", "testing", "jQuery" ], - "version": "2.0.0", + "version": "2.1.0", "repository": { "type": "git", "url": "https://github.com/chaijs/chai-jquery"