Skip to content

Commit f6d1430

Browse files
author
im-commitbot
committed
Docs: 1.1.0 [skip ci]
1 parent 8634054 commit f6d1430

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.1.0](https://github.com/WTW-IM/scriptloader-component/compare/v1.0.0...v1.1.0) (2020-12-02)
2+
3+
4+
### Build
5+
6+
* ensuring we skip builds on [skip ci] commits ([e2fb21c](https://github.com/WTW-IM/scriptloader-component/commit/e2fb21c9734b697fd38b1079c15a897456b26149))
7+
* updating commitlint to match conventional-changelog-eslint ([92d6bf1](https://github.com/WTW-IM/scriptloader-component/commit/92d6bf108ffe02380a974dc6a0749b9fed06ca55))
8+
9+
### Chore
10+
11+
* moving script updater lookup to a function ([3a4ebe0](https://github.com/WTW-IM/scriptloader-component/commit/3a4ebe02f05560e32bbdc1c44cba450687836312))
12+
13+
### Update
14+
15+
* renaming getScriptUpdaters to getCachedScriptUpdaters ([8634054](https://github.com/WTW-IM/scriptloader-component/commit/86340541a4624394359fae46dd69a7a390dec7b5))
16+
117
# 1.0.0 (2020-12-02)
218

319

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.0.0",
3+
"version": "1.1.0",
44
"description": "A React Component for reacting to scripts loading.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)