diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ce61cf04..34f2502b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ # Strophe.js Change Log +## Version 1.1.1 - 2013-12-16 +* Add option for synchronous BOSH connections +* moved bower.json to other repository +* Remove unused code in sha1 and md5 modules + ## Version 1.1.1 - 2013-12-16 * Fix BOSH attach is working again diff --git a/bower.json b/bower.json deleted file mode 100644 index 535dca0c..00000000 --- a/bower.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "strophe", - "version": "1.1.0", - "homepage": "http://strophe.im/strophejs", - "authors": [ - "Jack Moffitt" - ], - "description": "Strophe.js is an XMPP library for JavaScript", - "main": "strophe.js", - "keywords": [ - "xmpp", - "message", - "browser" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -}