Releases: im-open/scriptloader-component
Releases · im-open/scriptloader-component
v1.2.0
v1.1.1
1.1.1 (2020-12-02)
Build
- adding some extra tags for conventional commits (57af2f7)
- allowing for other patch type commits (3c7ce28)
- ensuring we checkout files before other jobs (54a8452)
- removing needs from test in npm-publish (45f4afe)
- running test before release (a7d8c4a)
Refactor
- creating a default cached script (e29e5cb)
v1.1.0
v1.0.0
1.0.0 (2020-12-02)
Build
- adding main branch to the configuration for semantic-release (9db01a3)
- adding NPM Publish workflow (5cc67fd)
- adding semantic release configuration (889fc32)
- adding tests around ScriptLoader scenarios (2567f41)
- configuring eslint preset for release notes (0d1d92e)
- include dependency install in npm-publish (254fb9a)
- initial node build workflow (78f978b)
- renaming GH_TOKEN to GITHUB_TOKEN (75dda5f)
- renaming GITHUB_TOKEN to GH_TOKEN for npm-publish workflow (488a019)
- setting up typescript for publishing (072745c)
- simplifying eslint config (7bdbb71)
- updating node versions in CI workflow (4681a2a)
- using COMMITBOT_ACCESS_TOKEN for the npm-publish workflow. (08cf105)
- using im-commitbot for semantic-release (898e004)
- using persist-credentials false in checkout action (8db4810)
- using run instead of uses for npm-publish (985b126)
New
- initial work for ScriptLoader (ff2d25c)