Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Publish
 - @feathersjs/cli@3.8.6
 - generator-feathers@2.7.1
  • Loading branch information
daffl committed Oct 6, 2018
1 parent 4f9acd6 commit ce49822
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.8.6"></a>
## [3.8.6](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.5...@feathersjs/cli@3.8.6) (2018-10-06)

**Note:** Version bump only for package @feathersjs/cli





<a name="3.8.5"></a>
## [3.8.5](https://github.com/feathersjs/feathers/compare/@feathersjs/cli@3.8.4...@feathersjs/cli@3.8.5) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/cli",
"description": "Command-line Feathers generator",
"version": "3.8.5",
"version": "3.8.6",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@feathersjs/tools": "^0.1.6",
"commander": "^2.9.0",
"generator-feathers": "^2.7.0",
"generator-feathers": "^2.7.1",
"generator-feathers-plugin": "^1.0.1",
"semver": "^5.3.0",
"update-notifier": "^2.3.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/generator-feathers/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.7.1"></a>
## [2.7.1](https://github.com/feathersjs/feathers/compare/generator-feathers@2.7.0...generator-feathers@2.7.1) (2018-10-06)


### Bug Fixes

* Catch connection initialization errors ([#1043](https://github.com/feathersjs/feathers/issues/1043)) ([4f9acd6](https://github.com/feathersjs/feathers/commit/4f9acd6))





<a name="2.7.0"></a>
# [2.7.0](https://github.com/feathersjs/feathers/compare/generator-feathers@2.6.4...generator-feathers@2.7.0) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/generator-feathers/package.json
@@ -1,7 +1,7 @@
{
"name": "generator-feathers",
"description": "A Yeoman generator for a Feathers application",
"version": "2.7.0",
"version": "2.7.1",
"homepage": "http://feathersjs.com",
"main": "generators/app/index.js",
"license": "MIT",
Expand Down

0 comments on commit ce49822

Please sign in to comment.