Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Apr 6, 2017
1 parent 49c0c10 commit 05f2e75
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Version 2.1 (6.4.2017)

## Features
- **Pokemon**: Added parser
- **Evolution**: Added pokemon evolutions
- **MaxCp**: Added MaxCP information
- **Moves**: Added parser
- **Documentation**: Autogenerate HTML documentation using typedoc
- **Docker**: Added docker configuration
- **Travis**: Added travis configuration
- **Bithound**: Set up bithound linting

## Bugfixes
- **Clean Script**: Replace `rm` with `rimraf`

## Contributors
- [BrunnerLivio](https://github.com/BrunnerLivio/)
- [proegssilb](https://github.com/proegssilb)

# Version 2.0 (8.3.2017)

## Features
- **Rewrite**: in TypeScript
- **get-latest-game-master**: Script added
- **Webpack**: Initial Config
- **Documentation**: Add Readme

## Contributors
- [BrunnerLivio](https://github.com/BrunnerLivio/)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ See [Scripts > docs](#docs)
### Commits
We use [this standard](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Please use this, otherwise it won't be accepted.

## Changelog

See [CHANGELOG.md](https://github.com/BrunnerLivio/pokemongo-data-normalizer/blob/master/CHANGELOG.md)

## Docker

You can build the docker container using
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokemongo-data-normalizer",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "src/app.ts",
"scripts": {
Expand Down

0 comments on commit 05f2e75

Please sign in to comment.