Skip to content

Commit ec6d36f

Browse files
author
Nick Perrin
committed
master - np - 0.1.1 => 1.0.0
1 parent 9482561 commit ec6d36f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.x
2+
3+
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
4+
15
# < v0.x
26

37
It is encourage that you do not use versions of this software prior to v1.x.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@wwt-as/validated-actions",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "A middleware and higher order function to enable validation of actions before they ever reach a reducer",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)