Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Apr 16, 2023
1 parent f3cc7e9 commit 793dd56
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@


# [2.0.0](https://github.com/geotrev/core-flux/compare/v1.1.4...v2.0.0) (2023-04-16)


### Features

* throws errors when arguments are invalid or state type is not a plain object ([0c14e91](https://github.com/geotrev/core-flux/commit/0c14e913a3fe2cdaaf6ba85490e4f5ee6514afec))

## [1.1.4](https://github.com/geotrev/core-flux/compare/v1.1.3...v1.1.4) (2022-12-03)

## [1.1.3](https://github.com/geotrev/core-flux/compare/v1.1.2...v1.1.3) (2022-01-18)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -40,16 +40,16 @@ The CDN puts the library on `window.CoreFlux`.
<!-- The unminified bundle for development -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.4/dist/core-flux.js"
integrity="sha256-eJp4q+zYq5mxYX0a6rU6DAkxV2ruKef/4LjUUdKGPEk="
src="https://cdn.jsdelivr.net/npm/core-flux@2.0.0/dist/core-flux.js"
integrity="sha256-yRWVHNaxTvbEj7ZEytgW2nmJAAf18mYs+5s3eeqLojc="
crossorigin="anonymous"
></script>

<!-- Minified/uglified bundle for production -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/core-flux@1.1.4/dist/core-flux.min.js"
integrity="sha256-aCiq42S/DpsDCnj4rolrKZ3beAh6TDJCnOjc9JIOFa0="
src="https://cdn.jsdelivr.net/npm/core-flux@2.0.0/dist/core-flux.min.js"
integrity="sha256-FXNzEKAxvH7fIAl913+qHOpG233431Ug3RBpghM3b+U="
crossorigin="anonymous"
></script>
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "core-flux",
"version": "1.1.4",
"version": "2.0.0",
"description": "½kb functional flux utility. Control the flow of state data between subscribers.",
"main": "lib/core-flux.cjs.js",
"module": "lib/core-flux.es.js",
Expand Down

0 comments on commit 793dd56

Please sign in to comment.