diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index b1e5a41..514c2a6 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,3 +1,7 @@ +# v1.1 + +The validation failed action will now be sent throught the entire middleware chain instead of just the middleware that come after `createValidateActionsMiddleware` + # v1.x This is the start to the project as a useable and supported package. This package has two main exports `makeValidatable`, and `createValidateActionsMiddleware`. For usages you can reference the README.md for 1.x diff --git a/package-lock.json b/package-lock.json index 5a25561..fccc271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wwt-as/validated-actions", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d8ddcb..6edff7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wwt-as/validated-actions", - "version": "1.0.0", + "version": "1.1.0", "description": "A middleware and higher order function to enable validation of actions before they ever reach a reducer", "main": "lib/index.js", "types": "lib/index.d.ts",