-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from robertoachar/develop
v2.2.1
- Loading branch information
Showing
3 changed files
with
84 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,96 @@ | ||
# Changelog | ||
|
||
## v2.2.1 | ||
|
||
### Generator Updates | ||
|
||
- **build**: update jest | ||
- **docs**: update README | ||
|
||
## v2.2.0 | ||
|
||
### Template Updates | ||
|
||
* **ci**: update circleci node version | ||
* **ci**: update circleci to v2 | ||
* **docs**: update README | ||
* **refactor**: update .gitignore | ||
- **ci**: update circleci node version | ||
- **ci**: update circleci to v2 | ||
- **docs**: update README | ||
- **refactor**: update .gitignore | ||
|
||
### Generator Updates | ||
|
||
* **build**: update dependencies | ||
* **ci**: update circleci node version | ||
* **ci**: update circleci to v2 | ||
* **docs**: add contributor | ||
* **docs**: update README | ||
* **refactor**: update .gitignore | ||
- **build**: update dependencies | ||
- **ci**: update circleci node version | ||
- **ci**: update circleci to v2 | ||
- **docs**: add contributor | ||
- **docs**: update README | ||
- **refactor**: update .gitignore | ||
|
||
## v2.1.1 | ||
|
||
* **fix**: remove airbnb config | ||
- **fix**: remove airbnb config | ||
|
||
## v2.1.0 | ||
|
||
### Template Updates | ||
|
||
* **ci**: update node version | ||
* **docs**: update CHANGELOG | ||
* **style**: improve prettier | ||
- **ci**: update node version | ||
- **docs**: update CHANGELOG | ||
- **style**: improve prettier | ||
|
||
### Generator Updates | ||
|
||
* **build**: update dependencies | ||
* **ci**: update node version | ||
* **refactor**: format using airbnb | ||
* **refactor**: improve codebase | ||
* **style**: add airbnb | ||
* **style**: improve prettier | ||
* **test**: improve tests | ||
* **test**: split tests | ||
- **build**: update dependencies | ||
- **ci**: update node version | ||
- **refactor**: format using airbnb | ||
- **refactor**: improve codebase | ||
- **style**: add airbnb | ||
- **style**: improve prettier | ||
- **test**: improve tests | ||
- **test**: split tests | ||
|
||
## v2.0.0 | ||
|
||
### Template Updates | ||
|
||
* **build**: update `package.json` (update keywords, remove `nodemon`, move dependencies to Generator, format using Prettier) | ||
* **ci**: update node version on Travis, AppVeyor and CircleCI config files | ||
* **fix**: rename `.eslintrc` to `.eslintrc.json` | ||
* **performance**: update `.npmrc` (add `package-lock=false` and `progress=false`) | ||
* **refactor**: update `.gitignore` | ||
* **style**: format README using Prettier | ||
* **style**: change eslint extends from `eslint:recommended` to `prettier` | ||
* **style**: add prettier config file | ||
* **test**: format using Prettier | ||
- **build**: update `package.json` (update keywords, remove `nodemon`, move dependencies to Generator, format using Prettier) | ||
- **ci**: update node version on Travis, AppVeyor and CircleCI config files | ||
- **fix**: rename `.eslintrc` to `.eslintrc.json` | ||
- **performance**: update `.npmrc` (add `package-lock=false` and `progress=false`) | ||
- **refactor**: update `.gitignore` | ||
- **style**: format README using Prettier | ||
- **style**: change eslint extends from `eslint:recommended` to `prettier` | ||
- **style**: add prettier config file | ||
- **test**: format using Prettier | ||
|
||
### Generator Updates | ||
|
||
* **build**: move dependencies from `package.json` to Generator | ||
* **build**: remove yarn.lock | ||
* **build**: update keywords | ||
* **build**: update yeoman package version | ||
* **ci**: update node version | ||
* **docs**: update README | ||
* **performance**: update .npmrc | ||
* **refactor**: update .gitignore | ||
* **style**: add prettier | ||
* **test**: change testing tool from mocha to jest | ||
- **build**: move dependencies from `package.json` to Generator | ||
- **build**: remove yarn.lock | ||
- **build**: update keywords | ||
- **build**: update yeoman package version | ||
- **ci**: update node version | ||
- **docs**: update README | ||
- **performance**: update .npmrc | ||
- **refactor**: update .gitignore | ||
- **style**: add prettier | ||
- **test**: change testing tool from mocha to jest | ||
|
||
## v1.0.10 | ||
|
||
* **fix**: .gitattributes template | ||
- **fix**: .gitattributes template | ||
|
||
## v1.0.3-9 | ||
|
||
* **fix**: npm publish | ||
- **fix**: npm publish | ||
|
||
## v1.0.2 | ||
|
||
* **fix**: Installation instructions | ||
- **fix**: Installation instructions | ||
|
||
## v1.0.1 | ||
|
||
* **docs**: Updating README | ||
- **docs**: Updating README | ||
|
||
## v1.0.0 | ||
|
||
* Initial release | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "generator-oss-project", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Yeoman generator for open source projects.", | ||
"author": "Roberto Achar <[email protected]>", | ||
"contributors": [ | ||
|
@@ -40,15 +40,15 @@ | |
"yeoman-generator": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "23.1.5", | ||
"@types/jest": "23.3.0", | ||
"@types/yeoman-generator": "2.0.3", | ||
"coveralls": "3.0.2", | ||
"eslint": "4.19.1", | ||
"eslint-config-airbnb-base": "13.0.0", | ||
"eslint-config-prettier": "2.9.0", | ||
"eslint-plugin-import": "2.13.0", | ||
"eslint-plugin-prettier": "2.6.2", | ||
"jest": "23.4.0", | ||
"jest": "23.4.1", | ||
"prettier": "1.13.7", | ||
"yeoman-assert": "3.1.1", | ||
"yeoman-test": "1.8.0" | ||
|