From 05be1f5497cce6568471a22b3828adfac9ba535e Mon Sep 17 00:00:00 2001 From: Rudi Yardley Date: Thu, 25 Aug 2016 00:52:54 +0700 Subject: [PATCH] fix(deploy): Remove changelog in favour of https://github.com/ryardley/indexr/releases --- CHANGELOG.md | 61 ---------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 0a43a81..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,61 +0,0 @@ -2016-08-23 -========== - - * Update README.md -2016-08-20 -========== - - * Add missing chokidar dependency. - -2016-08-16 -========== - - * Modules ignore globbing fixed! - -2016-08-15 -========== - - * Add named exports in response to https://github.com/ryardley/indexr/issues/6 - -2016-08-14 -========== - - * 1.0.8 - * Update Docs. - * Flatten module output. - -2016-08-14 -========== - - * Fix watch issues - * Add npm badge - * Add Diagram to README - * Tidy up CLI code - -2016-08-12 -========== - - * Refactor to a functional modular architecture. - -2016-08-04 -========== - - * Fix docs for new release. - * Change log - * 1.0.1 - * Update changelog. - * Minor documentation changes - * 1.0.0 - * Create better process for testing and updating CHANGELOG.md - * [breaking]: New defaults, new index file names - Allow for new sensible defaults: Module folders are called 'modules'. - Index files are named index.r.js so they dont overwrite index.js files. - * Add note about quotes to README - * [breaking]: Allow for new sensible defaults. - Module folders are called 'modules'. - Index files are named index.r.js so they dont overwrite index.js files. - * [breaking]: Not specifying an output file now writes to 'index.js' within module folders. - * Move outputFilename to options object. - * Enable testing for CLI input. - * Incorporate travis CI -