Skip to content

Commit

Permalink
Publish v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Sep 23, 2024
1 parent 5569649 commit f24b5bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chocfactory",
"version": "1.7.4",
"version": "1.8.0",
"description": "Simple JS front end library",
"main": "factory.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion whatsnew.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f24b5bc

Please sign in to comment.