Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 495bf82

Browse files
committed
Bumps to 1.3.0
1 parent 267f24e commit 495bf82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ Released under the [MIT licence](https://github.com/folktale/data.validation/blo
150150
[es5-shim]: https://github.com/kriskowal/es5-shim
151151
[docs]: http://folktale.github.io/data.validation
152152
<!-- [release: https://github.com/folktale/data.validation/releases/download/v$VERSION/data.validation-$VERSION.tar.gz] -->
153-
[release]: https://github.com/folktale/data.validation/releases/download/v1.2.1/data.validation-1.2.1.tar.gz
153+
[release]: https://github.com/folktale/data.validation/releases/download/v1.3.0/data.validation-1.3.0.tar.gz
154154
<!-- [/release] -->
155155

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data.validation",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "A disjunction that's more appropriate for validating inputs with better vocabulary & straight-forward failure aggregation.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)