diff --git a/CHANGELOG.md b/CHANGELOG.md index 128b270..6172d30 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `LERN` will be documented in this file. +### 4.1.1 +- Small typo + ### 4.1.0 - Auto Package Discovery diff --git a/composer.json b/composer.json index 52569ce..e699d02 100755 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "suggest": { }, - "extras": { + "extra": { "providers": [ "Tylercd100\\LERN\\LERNServiceProvider" ],