@richrdkng/generator-simple-nodejs-project
Version:
A basic Yeoman generator for simple Node.js modules and projects.
86 lines (38 loc) • 3.38 kB
Markdown
## [1.3.1](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.3.0...v1.3.1) (2019-10-13)
### Bug Fixes
* **npm:** fix dependencies and package-lock.json ([189df70](https://github.com/richrdkng/generator-simple-nodejs-project/commit/189df70738c77fbd90d5d4cddefebe91703db9ea))
# [1.3.0](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.2.2...v1.3.0) (2019-10-13)
### Features
* **readme:** simplify generator usage ([56eef45](https://github.com/richrdkng/generator-simple-nodejs-project/commit/56eef45))
## [1.2.2](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.2.1...v1.2.2) (2019-10-04)
### Bug Fixes
* **options:** fix devDependency injections during options ([c3635b6](https://github.com/richrdkng/generator-simple-nodejs-project/commit/c3635b6))
## [1.2.1](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.2.0...v1.2.1) (2019-10-04)
### Bug Fixes
* **options:** fix options parsing ([4e635e0](https://github.com/richrdkng/generator-simple-nodejs-project/commit/4e635e0))
# [1.2.0](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.1.0...v1.2.0) (2019-10-04)
### Features
* **options:** add initial generator options ([3fc728d](https://github.com/richrdkng/generator-simple-nodejs-project/commit/3fc728d))
# [1.1.0](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.0.5...v1.1.0) (2019-10-04)
### Features
* **prompt:** add package name prompt ([ce399dc](https://github.com/richrdkng/generator-simple-nodejs-project/commit/ce399dc))
## [1.0.5](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.0.4...v1.0.5) (2019-10-04)
### Bug Fixes
* **readme:** fix usage information ([c91fc13](https://github.com/richrdkng/generator-simple-nodejs-project/commit/c91fc13))
## [1.0.4](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.0.3...v1.0.4) (2019-10-04)
### Bug Fixes
* remove unneded dependencies ([281894b](https://github.com/richrdkng/generator-simple-nodejs-project/commit/281894b))
## [1.0.3](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.0.2...v1.0.3) (2019-10-04)
### Bug Fixes
* **release:** update workaround notice and remove unneded deps ([2614c11](https://github.com/richrdkng/generator-simple-nodejs-project/commit/2614c11))
## [1.0.2](https://github.com/richrdkng/generator-simple-nodejs-project/compare/v1.0.1...v1.0.2) (2019-10-04)
### Bug Fixes
* **build:** add missing semantic-release dependency ([fdb4b98](https://github.com/richrdkng/generator-simple-nodejs-project/commit/fdb4b98))
* **lint:** fix unused variables lint error ([11f37b7](https://github.com/richrdkng/generator-simple-nodejs-project/commit/11f37b7))
* **yeoman:** add initial workaround for scoped inline yo gen ([70982c4](https://github.com/richrdkng/generator-simple-nodejs-project/commit/70982c4))
## [1.0.1](https://github.com/richrdkng/simple-nodejs-project-generator/compare/v1.0.0...v1.0.1) (2019-10-04)
### Bug Fixes
* **yeoman:** fix scoped package name for proper yeoman access ([6a764ac](https://github.com/richrdkng/simple-nodejs-project-generator/commit/6a764ac))
# 1.0.0 (2019-10-04)
### Features
* **init:** add initial working version ([fcde3e2](https://github.com/richrdkng/generator-simple-nodejs-project/commit/fcde3e2))