From 76537ce409a96cae3b09cf60ce420d444049aa37 Mon Sep 17 00:00:00 2001 From: Tommy Leunen Date: Fri, 11 Mar 2016 11:06:38 -0500 Subject: [PATCH] adds 5.0 changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba58f8..fb45e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +### 5.0.0 +- Update dependencies. Browserify 13.0 +- Fix Watchify on MacOS [#358](/grunt-browserify/issues/358) +- BC: the order of transform arguments is now consistent with the browserify API [#319](/grunt-browserify/issues/319) + ### 3.8.0 - Update dependencies. Browserify 10.0 -- New: Users can specify the alias with {alias: path} [#316](/grunt-browserify/316) +- New: Users can specify the alias with {alias: path} [#316](/grunt-browserify/issues/316) ### 3.7.0 - Update dependencies. @@ -189,4 +194,4 @@ - Properly support compact and full grunt task syntax ### v0.1.0 - - Initial release \ No newline at end of file + - Initial release