From ea15545ca6cdadcd8056366efa5423734ffb0b11 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 24 Aug 2017 10:38:40 -0700 Subject: [PATCH] 6.3.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f7666..7f37b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 6.3.0 - 2017-08-24 - **Added**: Use [`nanoassert`](https://github.com/emilbayes/nanoassert) in the browser. diff --git a/package.json b/package.json index 033f90c..234bc40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nanocomponent", - "version": "6.2.0", + "version": "6.3.0", "description": "Native DOM components that pair nicely with DOM diffing algorithms", "main": "index.js", "browser": {