commit 59e03d2a070d9d02df1c5e0471d02234c2cd53fa
parent 754f3414b6c58099ca203f5d05e822d5f4e82800
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 18 Mar 2019 10:22:38 +1300
Major version bump (3.2.0 -> 4.0.0).
* Update CHANGELOG
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 4.0.0 (2019-03-18)
+ * Fixes the @p collision bug described in urbit/arvo#1105.
+
- 3.2.0 (2019-02-08)
* Improvements to error reporting. E.g., instead of 'clan("~nidso")'
throwing an error labelled 'patp2hex', it will now throw one labelled
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "urbit-ob",
- "version": "3.2.0",
+ "version": "4.0.0",
"description": "Utilities for Hoon-style atom printing and conversion",
"main": "src/index.js",
"scripts": {