diff --git a/CHANGELOG.md b/CHANGELOG.md index bedee34..1ef9161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ -v2.0.0 - July 11, 2015 ---------------------- +# Change Log -- [1a33d40fa1](https://github.com/r3dm/warning/commit/1a33d40fa1) add browserify.js +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -v1.0.2 - May 30, 2015 --------------------------------------- + +## [2.0.0](https://github.com/BerkeleyTrue/warning/compare/v1.0.2...v2.0.0) (2015-07-11) -- [2ac6962](https://github.com/r3dm/warning/commit/2ac6962263) fix return args in replace +### BREAKING CHANGES + +* add browser(ify) friendly version ([1a33d40fa1](https://github.com/BerkeleyTrue/warning/commit/1a33d40fa1)) + + +## [1.0.2](https://github.com/BerkeleyTrue/warning/compare/v1.0.1...v1.0.2) (2015-05-30) + +### Bug Fixes + +* return args in replace ([2ac6962](https://github.com/BerkeleyTrue/warning/commit/2ac6962263))