Skip to content

Commit

Permalink
chore: log changes/bump dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Nov 26, 2023
1 parent bcd0704 commit 0a4b111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,10 @@
"ver": "1.35.6",
"date": "2023-10-24",
"txt": "(- Updated to latest 5etools libs (thanks @ darthbeep))"
},
{
"ver": "1.35.7",
"date": "2023-11-26",
"txt": "- Fixed crash/added warning when new UI is enabled (thanks @ Redweller)\n- Fixed polygon tool when new UI is disabled (thanks @ Redweller)"
}
]
2 changes: 1 addition & 1 deletion node/build-scripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require("fs");

const SCRIPT_VERSION = "1.35.6";
const SCRIPT_VERSION = "1.35.7";

const matchString = `
// @match https://app.roll20.net/editor
Expand Down

0 comments on commit 0a4b111

Please sign in to comment.