We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1bd51 commit ca9e981Copy full SHA for ca9e981
.github/workflows/release.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Set up Node.js
60
uses: actions/setup-node@v1
61
with:
62
+ node-version: '16'
63
registry-url: "https://registry.npmjs.org"
64
- name: Install dependencies
65
run: npm install
changelog.md
@@ -1,9 +1,9 @@
1
# UnderScript App Changelog
2
3
-## Version 1.3.2 (2020-02-28)
+## Version 1.3.3 (2020-02-28)
4
### New Features
5
1. Zoom with CTRL+Scroll
6
-### Bug fixes
+### Bug Fixes
7
1. Fixed underscript bundler
8
9
## Version 1.2.0 (2020-12-31)
0 commit comments