From e49d9785a0f96bd080c5d1a7d8a30ecae4c3bb8a Mon Sep 17 00:00:00 2001 From: Nick Perrin Date: Tue, 22 Dec 2020 08:51:36 -0600 Subject: [PATCH] 1.1.0 --- CHANGE_LOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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",