From 75c8e095b9622bdb4ada694b9e457c15c990d2a3 Mon Sep 17 00:00:00 2001 From: Dave Houlbrooke Date: Wed, 23 May 2018 00:58:41 +0100 Subject: [PATCH] Version 7.4.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d6400..292b1d1 100644 --- a/README.md +++ b/README.md @@ -743,6 +743,9 @@ Please see (CONTRIBUTING.md) ## Changelog +- 7.4.0 + - Make properties created with `props()` enumerable + - Return the original object from `props()` (for chaining) - 7.2.0 - Add grouping for string types via parentheses, e.g. `(str | num)` - Add `empty` type to detect emptiness in strings, arrays, Map, Set, and objects diff --git a/package.json b/package.json index 0aa438e..71f2505 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blork", "description": "Blork! Mini runtime type checking in Javascript", - "version": "7.3.0", + "version": "7.4.0", "license": "0BSD", "author": "Dave Houlbrooke ", "main": "lib/exports.js",