urbit-ob

JavaScript utilities for phonemic base wrangling.
Log | Files | Refs | README

commit 5630bc7200d50715e7afa377b14d54d358915af1
parent dc8cc7bebe28fec38077d66842387628c6093976
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  8 Feb 2019 05:29:48 +1300

Minor version bump (3.1.1 -> 3.2.0).

* Update CHANGELOG.

Diffstat:
MCHANGELOG | 5+++++
Mpackage.json | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,10 @@ # Changelog +- 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 + 'clan'. + - 3.1.1 (2018-12-01) * Short-circuit on isValidPatp and isValidPatq when there is no leading tilde. diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "urbit-ob", - "version": "3.1.1", + "version": "3.2.0", "description": "Utilities for Hoon-style atom printing and conversion", "main": "src/index.js", "scripts": {