Skip to content

Commit 41a2b1f

Browse files
committed
fix: actually bundle dependencies
1 parent 86854f4 commit 41a2b1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# UnderScript Changelog
22

3-
## Version 0.43.1 (2020-12-24)
3+
## Version 0.43.2 (2020-12-24)
44
Merry Christmas!
55
1. Fixed friendship bug
66
1. Fixed not being able to copy battle log text
77
1. Fixed a bug I missed in the last update
88
1. 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
1215
1. Added button to show your friend rankings on the leaderboard

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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\"",

0 commit comments

Comments
 (0)