Skip to content

Commit 8d6f37b

Browse files
author
im-commitbot
committed
Docs: 1.4.2 [skip ci]
1 parent 47f3519 commit 8d6f37b

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [1.4.2](https://github.com/WTW-IM/scriptloader-component/compare/v1.4.1...v1.4.2) (2021-01-20)
2+
3+
4+
### Build
5+
6+
* adding publishing to PRs for prerelease versions ([4dc2f3d](https://github.com/WTW-IM/scriptloader-component/commit/4dc2f3d175c617530417e6effd189469c2de6a16))
7+
* attempting to add PR comments for prerelease versions ([bb03f31](https://github.com/WTW-IM/scriptloader-component/commit/bb03f311c297f153e4e9b9c094fc82e272f468ba))
8+
* deleting im-pipeline-bot PR comments before adding new ones ([c4b2ada](https://github.com/WTW-IM/scriptloader-component/commit/c4b2ada5736689d035cd6ad9da9b19b6d91b1ad9))
9+
* improving PR commenting ([8c238cf](https://github.com/WTW-IM/scriptloader-component/commit/8c238cfe1601b7dfa78c31f706ac8d66c8a7d24c))
10+
* running publish on all branches ([105a729](https://github.com/WTW-IM/scriptloader-component/commit/105a729fcb0afef98058436afc676620edf1166f))
11+
* setting up prerelease PR interaction ([07fcdde](https://github.com/WTW-IM/scriptloader-component/commit/07fcdde43a4c101255670ef856af63ab69e96b20))
12+
* updating PRs with internal prerelease @semantic-release plugin ([bfa9c3d](https://github.com/WTW-IM/scriptloader-component/commit/bfa9c3dd73a76b6f6bedec85f6d445f56bc6348d))
13+
14+
### Fix
15+
16+
* ensuring we call back on success while mounted ([3e05d67](https://github.com/WTW-IM/scriptloader-component/commit/3e05d67d0df24aff74422b743c0eb98df82efdd8))
17+
* fixing a small spelling error in scriptCache.ts ([3d74ee4](https://github.com/WTW-IM/scriptloader-component/commit/3d74ee49146219efcc094620a9f8c1966d24c757))
18+
19+
### Refactor
20+
21+
* moving script generation into scriptCache ([e18b746](https://github.com/WTW-IM/scriptloader-component/commit/e18b746219a1688f6600eb1d707927f73a5904f7))
22+
* setting up script inside Promise ([875e62f](https://github.com/WTW-IM/scriptloader-component/commit/875e62f4fbda026c4ac6119b6937f700c9ecf0c3))
23+
124
## [1.4.1](https://github.com/WTW-IM/scriptloader-component/compare/v1.4.0...v1.4.1) (2021-01-14)
225

326

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptloader-component",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A React Component for reacting to scripts loading.",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)