From f24b5bcc1b9ff6625160cae2b1b9e762a42d7f5c Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Mon, 23 Sep 2024 11:51:53 +1000 Subject: [PATCH] Publish v1.8.0 --- factory.js | 2 +- package.json | 2 +- whatsnew.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.