Skip to content

Commit

Permalink
Publish v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Sep 23, 2024
1 parent 8e63de7 commit d299e36
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 @@ -341,7 +341,7 @@ function autobind(obj, prop) {
choc = new Proxy(choc, {get: autobind});
lindt = new Proxy(lindt, {get: autobind});

choc.__version__ = "1.7.3";
choc.__version__ = "1.7.4";

//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.3",
"version": "1.7.4",
"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.4

* Bug fix: Calling replace_content with a non-matching selector will correctly
throw an error.
Expand Down

0 comments on commit d299e36

Please sign in to comment.