diff --git a/factory.js b/factory.js index 419fcd4..942cf3b 100644 --- a/factory.js +++ b/factory.js @@ -356,7 +356,7 @@ function autobind(obj, prop) { choc = new Proxy(choc, {get: autobind}); lindt = new Proxy(lindt, {get: autobind}); -choc.__version__ = "1.7.4"; +choc.__version__ = "1.8.0"; //For modules, make the main entry-point easily available. export default choc; diff --git a/package.json b/package.json index 8521ad1..88f3008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chocfactory", - "version": "1.7.4", + "version": "1.8.0", "description": "Simple JS front end library", "main": "factory.js", "scripts": { diff --git a/whatsnew.md b/whatsnew.md index 7b6a9d4..3241c98 100644 --- a/whatsnew.md +++ b/whatsnew.md @@ -1,6 +1,6 @@ ## Chocolate Factory version history -### vNext +### v1.8.0 * fix_dialogs has been renamed to apply_fixes, with the old name retained for compatibility.