@feathersjs/cli 4.6.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/feathersjs/cli/tree/HEAD)
3
+ ## [v4.6.1](https://github.com/feathersjs/cli/tree/v4.6.1) (2021-11-24)
4
4
 
5
- [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...HEAD)
5
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...v4.6.1)
6
+
7
+ ## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
8
+
9
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
10
+
11
+ **Closed issues:**
12
+
13
+ - CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
6
14
 
7
15
  **Merged pull requests:**
8
16
 
@@ -16,14 +24,6 @@
16
24
  - Bump update-notifier from 5.0.1 to 5.1.0 [\#259](https://github.com/feathersjs/cli/pull/259) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
17
25
  - Bump npm-check-updates from 11.0.2 to 11.1.1 [\#258](https://github.com/feathersjs/cli/pull/258) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
18
26
 
19
- ## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
20
-
21
- [Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
22
-
23
- **Closed issues:**
24
-
25
- - CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
26
-
27
27
  ## [v4.5.0](https://github.com/feathersjs/cli/tree/v4.5.0) (2021-01-22)
28
28
 
29
29
  [Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.3...v4.5.0)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/cli",
3
3
  "description": "Command-line Feathers generator",
4
- "version": "4.6.1",
4
+ "version": "4.6.2",
5
5
  "homepage": "https://github.com/feathersjs/cli",
6
6
  "main": "lib/",
7
7
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@feathersjs/tools": "^0.2.3",
54
54
  "commander": "^8.3.0",
55
- "generator-feathers": "4.5.1",
55
+ "generator-feathers": "4.5.2",
56
56
  "generator-feathers-plugin": "1.0.1",
57
57
  "semver": "^7.3.5",
58
58
  "update-notifier": "^5.1.0",
@@ -61,7 +61,7 @@
61
61
  "devDependencies": {
62
62
  "lodash": "^4.17.21",
63
63
  "mocha": "^9.1.3",
64
- "npm-check-updates": "^12.0.2",
64
+ "npm-check-updates": "^12.0.3",
65
65
  "semistandard": "^16.0.1"
66
66
  }
67
67
  }