From 7b218593ab13229b75c7b3dac21638d71f522205 Mon Sep 17 00:00:00 2001 From: Guillaume Algis Date: Mon, 25 Apr 2016 22:06:39 +0200 Subject: [PATCH] Update changelog for 1.2.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6495294..c11b79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- Plugins are no longer required to have a .xcodeproj filename matching their `name` in `packages.json` + ## 1.1.18 - Fix plugin installation failing if the plugin's name contains `.` dots