From 55d0a712c504dd332d9c9d378d38f9426ba7fa87 Mon Sep 17 00:00:00 2001 From: Sean Hamilton Date: Thu, 4 Jul 2019 12:07:00 +0100 Subject: [PATCH] chore(release): update changelog --- CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd96a28a..ad7e8b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,8 @@ All notable changes to this project will be documented in this file. See [standa # [2.0.0](https://github.com/hammy2899/o/compare/v1.2.0...v2.0.0) (2019-07-04) - -### Bug Fixes - -* **clone:** correct clone reference issue ([cc26f32](https://github.com/hammy2899/o/commit/cc26f32)) - - -### Features - -* refactor options param logic ([55676e7](https://github.com/hammy2899/o/commit/55676e7)) +Rewrite the library in typescript and improve performance of some functions. +Also introduced a new build system which has better outputted files with source maps.