From c7ff15a55945ee65c3023d75a16c7df4abe56e20 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Wed, 12 Jul 2017 11:56:58 -0700 Subject: [PATCH] Updating changelog --- packages/cli/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 850d48c64e..e7c495404d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v2.2.4](https://github.com/feathersjs/feathers-cli/tree/v2.2.4) (2017-07-12) +[Full Changelog](https://github.com/feathersjs/feathers-cli/compare/v2.2.3...v2.2.4) + +**Closed issues:** + +- No model file when creating service \(bug or feature?\) [\#103](https://github.com/feathersjs/feathers-cli/issues/103) +- Could not find a valid package.json - feathers generate service [\#102](https://github.com/feathersjs/feathers-cli/issues/102) + +**Merged pull requests:** + +- Update generator-feathers to the latest version 🚀 [\#104](https://github.com/feathersjs/feathers-cli/pull/104) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) + ## [v2.2.3](https://github.com/feathersjs/feathers-cli/tree/v2.2.3) (2017-07-02) [Full Changelog](https://github.com/feathersjs/feathers-cli/compare/v2.2.2...v2.2.3)