From 0a14b403371e61b7f2796015f9e4f9126b8bd6d2 Mon Sep 17 00:00:00 2001 From: Adam Dierkens Date: Wed, 12 Jun 2019 21:10:51 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b11710..3fea47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v1.5.1 (Wed Jun 12 2019) + +#### 🐛 Bug Fix + +- fix: entryOrder First [#29](https://github.com/adierkens/webpack-inject-plugin/pull/29) ([@deini](https://github.com/deini)) + +#### 📝 Documentation + +- Add loaderID to README [#28](https://github.com/adierkens/webpack-inject-plugin/pull/28) ([@adierkens](https://github.com/adierkens)) + +#### Authors: 2 + +- Daniel Almaguer ([@deini](https://github.com/deini)) +- Adam Dierkens ([@adierkens](https://github.com/adierkens)) + +--- + # v1.5.0 (Thu Apr 25 2019) #### 🚀 Enhancement