Skip to content

Commit 793dd56

Browse files
committed
chore: release v2.0.0
1 parent f3cc7e9 commit 793dd56

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
# [2.0.0](https://github.com/geotrev/core-flux/compare/v1.1.4...v2.0.0) (2023-04-16)
4+
5+
6+
### Features
7+
8+
* throws errors when arguments are invalid or state type is not a plain object ([0c14e91](https://github.com/geotrev/core-flux/commit/0c14e913a3fe2cdaaf6ba85490e4f5ee6514afec))
9+
310
## [1.1.4](https://github.com/geotrev/core-flux/compare/v1.1.3...v1.1.4) (2022-12-03)
411

512
## [1.1.3](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2022-01-18)

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.4/dist/core-flux.js"
44-
integrity="sha256-eJp4q+zYq5mxYX0a6rU6DAkxV2ruKef/4LjUUdKGPEk="
43+
src="https://cdn.jsdelivr.net/npm/core-flux@2.0.0/dist/core-flux.js"
44+
integrity="sha256-yRWVHNaxTvbEj7ZEytgW2nmJAAf18mYs+5s3eeqLojc="
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.4/dist/core-flux.min.js"
52-
integrity="sha256-aCiq42S/DpsDCnj4rolrKZ3beAh6TDJCnOjc9JIOFa0="
51+
src="https://cdn.jsdelivr.net/npm/core-flux@2.0.0/dist/core-flux.min.js"
52+
integrity="sha256-FXNzEKAxvH7fIAl913+qHOpG233431Ug3RBpghM3b+U="
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.4",
3+
"version": "2.0.0",
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)