diff --git a/Changelog.md b/Changelog.md index b8b54fa01..6355f718c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # 2.0 Series ## 2.0.0 beta 10 + * add sourcemaps (*.map) to distributions ([#866](https://github.com/dc-js/dc.js/issues/866)) + * allow `.options()` to take an array of arguments (for better angular-dc support), by Tim Ruhle ([#886](https://github.com/dc-js/dc.js/pull/886) / ([#769](https://github.com/dc-js/dc.js/issues/769)) + * make bower distro smaller, by Matt Traynham and Tim Ruhle ([#925](https://github.com/dc-js/dc.js/pull/925 / [#935](https://github.com/dc-js/dc.js/pull/935)) * added infrastructure for testing transitions by eye * added area and stacked bar examples ([#777](https://github.com/dc-js/dc.js/issues/#777)) diff --git a/package.json b/package.json index 77d5e8451..b688e8d73 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,9 @@ "files": [ "dc.css", "dc.min.js", - "dc.js" + "dc.min.js.map", + "dc.js", + "dc.js.map" ] } ]