Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoachar committed Jul 23, 2018
1 parent 9ddbcd6 commit 01fc7c7
Showing 1 changed file with 53 additions and 46 deletions.
99 changes: 53 additions & 46 deletions CHANGELOG.md
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

0 comments on commit 01fc7c7

Please sign in to comment.