Skip to content

Commit 1800408

Browse files
committed
chore: release v1.1.4
1 parent c15e9a6 commit 1800408

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
3+
## [1.1.4](https://github.com/geotrev/core-flux/compare/v1.1.3...v1.1.4) (2022-12-03)
4+
15
## [1.1.3](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2022-01-18)
26

37

@@ -54,5 +58,4 @@
5458

5559

5660

57-
## [0.0.2](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
58-
61+
## [0.0.2](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ The CDN puts the library on `window.CoreFlux`.
4040
<!-- The unminified bundle for development -->
4141
<script
4242
type="text/javascript"
43-
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.3/dist/core-flux.js"
44-
integrity="sha256-9u61rcLUN8tcguIWY/5DOjRDibuAg6Ix1d/zYrnLzcY="
43+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.4/dist/core-flux.js"
44+
integrity="sha256-eJp4q+zYq5mxYX0a6rU6DAkxV2ruKef/4LjUUdKGPEk="
4545
crossorigin="anonymous"
4646
></script>
4747

4848
<!-- Minified/uglified bundle for production -->
4949
<script
5050
type="text/javascript"
51-
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.3/dist/core-flux.min.js"
52-
integrity="sha256-Pdr3Zs1hWFBCdbQYRxMg4ODH00MY2s++8Kwp0+UseGc="
51+
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.4/dist/core-flux.min.js"
52+
integrity="sha256-aCiq42S/DpsDCnj4rolrKZ3beAh6TDJCnOjc9JIOFa0="
5353
crossorigin="anonymous"
5454
></script>
5555
```

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "core-flux",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "½kb functional flux utility. Control the flow of state data between subscribers.",
55
"main": "lib/core-flux.cjs.js",
66
"module": "lib/core-flux.es.js",

0 commit comments

Comments
 (0)