commit 0ac2fd680094cc97da19bab362d37dcd9bfa7bb7
parent 6587c490aabc3b324f4011e9c806d7e29c8912a1
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 17 Jun 2019 21:02:08 +0800
Patch version bump (4.0.0 -> 4.0.1).
* Update CHANGELOG
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 4.0.1 (2019-06-17)
+ * Fixes a bug in isValidPat{p, q} that caused it to return 'true' for '~'.
+ (#23)
+
- 4.0.0 (2019-03-18)
* Fixes the @p collision bug described in urbit/arvo#1105.
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "urbit-ob",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Utilities for Hoon-style atom printing and conversion",
"main": "src/index.js",
"scripts": {