File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# UnderScript Changelog
22
3- ## Version 0.43.1 (2020-12-24)
3+ ## Version 0.43.2 (2020-12-24)
44Merry Christmas!
551 . Fixed friendship bug
661 . Fixed not being able to copy battle log text
771 . Fixed a bug I missed in the last update
881 . Changed how UnderScript loads 3rd party code
99
10+ ## Version 0.43.1 (2020-12-24)
11+ This update is broken!
12+
1013## Version 0.43.0 (2020-12-05)
1114### New Features
12151 . Added button to show your friend rankings on the leaderboard
Original file line number Diff line number Diff line change 1515 "scripts" : {
1616 "local" : " rollup -c && gulp" ,
1717 "build" : " gulp --deploy && rollup -c" ,
18- "prepack" : " gulp --deploy" ,
18+ "prepack" : " gulp --deploy && rollup -c " ,
1919 "update" : " npm version minor --m=\" chore(update): Release v%s\" " ,
2020 "patch" : " npm version patch --m=\" chore(patch): Release v%s\" " ,
2121 "nextpatch" : " npm version prepatch --m=\" chore(next): Build patch v%s\" " ,
You can’t perform that action at this time.
0 commit comments