Skip to content

Commit

Permalink
master - np - 0.1.1 => 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Perrin committed Dec 18, 2020
1 parent 9482561 commit ec6d36f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.x

This is the start to the project as a usuable and supported package. This package has two main exports `makeValidatable`, and `createValidateActionsMiddleware`. For usages you can reference the README.md for 1.x

# < v0.x

It is encourage that you do not use versions of this software prior to v1.x.
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wwt-as/validated-actions",
"version": "0.1.1",
"version": "1.0.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",
Expand Down

0 comments on commit ec6d36f

Please sign in to comment.