Skip to content

Commit 8f1141a

Browse files
committed
chore: release v1.1.3
1 parent 3ab1dae commit 8f1141a

File tree

4 files changed

+65
-7
lines changed

4 files changed

+65
-7
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
## [1.1.3](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2022-01-18)
2+
3+
4+
5+
## [1.1.2](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-05-31)
6+
7+
8+
9+
## [1.1.1](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-05-31)
10+
11+
12+
13+
# [1.1.0](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-05-24)
14+
15+
16+
17+
## [1.0.8](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-05-15)
18+
19+
20+
21+
## [1.0.7](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-05-08)
22+
23+
24+
25+
## [1.0.6](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-24)
26+
27+
28+
29+
## [1.0.5](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-24)
30+
31+
32+
33+
## [1.0.4](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-24)
34+
35+
36+
37+
## [1.0.3](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
38+
39+
40+
41+
## [1.0.2](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
42+
43+
44+
45+
## [1.0.1](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
46+
47+
48+
49+
# [1.0.0](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
50+
51+
52+
53+
## [0.0.4](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
54+
55+
56+
57+
## [0.0.2](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2021-04-22)
58+

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/[email protected].2/dist/core-flux.js"
44-
integrity="sha256-Y+g9GCtq8KHT4MKlSea9sJwwRkfXieYODF9RbKi+IZc="
43+
src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/core-flux.js"
44+
integrity="sha256-9u61rcLUN8tcguIWY/5DOjRDibuAg6Ix1d/zYrnLzcY="
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/[email protected].2/dist/core-flux.min.js"
52-
integrity="sha256-DA1HqZunk0Kg/VgGTWYzJFPoAxMzndzarBvNRJaGnPE="
51+
src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/core-flux.min.js"
52+
integrity="sha256-Pdr3Zs1hWFBCdbQYRxMg4ODH00MY2s++8Kwp0+UseGc="
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.2",
3+
"version": "1.1.3",
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)