Skip to content

Commit

Permalink
Publish v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jun 29, 2024
1 parent b15172e commit 80e5970
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 @@ -338,7 +338,7 @@ function autobind(obj, prop) {
choc = new Proxy(choc, {get: autobind});
lindt = new Proxy(lindt, {get: autobind});

choc.__version__ = "1.7.2";
choc.__version__ = "1.7.3";

//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.2",
"version": "1.7.3",
"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.7.3

* Importer feature (JS only): Explicit calls to choc.X() or lindt.X() will mark
their arguments as Choc Factory context.
Expand Down

0 comments on commit 80e5970

Please sign in to comment.