From 0d92c36a14904b9e8318a40eb7e0ecab61197f90 Mon Sep 17 00:00:00 2001 From: Jacob Childress Date: Fri, 10 Feb 2017 18:13:53 -0600 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c214655..7c15ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.3] - 2017-02-10 +This release adds API docs in JSDoc format but otherwise includes no changes. + ## [0.1.1] - 2017-02-10 This release fixes a bug in which functions from the Patch module weren't properly exported.