Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Release v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Dec 22, 2018
1 parent a009cee commit c9fd226
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 3.4.6 (22.12.2018)

## Features

- **feat(pokemon): Add legacy moves**

## Contributors

- [broglep](https://github.com/broglep)
- [BrunnerLivio](https://github.com/BrunnerLivio/)

# Version 3.4.4 (14.12.2018)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can get the latest version by executing the following command in your shell.

```bash

git clone https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex.git
git clone --recurse-submodules https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex.git

# Go to the assets
cd pokemongo-json-pokedex/output
Expand Down
19 changes: 0 additions & 19 deletions bin/get-latest-game-master.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokemongo-json-pokedex",
"version": "3.4.4",
"version": "3.4.6",
"description": "This program transforms the data from the Pokemon GO master files to a better readable & processable JSON file.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"docs": "node_modules/.bin/typedoc --out docs src",
"lint": "tslint src/**/*.ts test/**/*.ts",
"generate-interfaces": "node bin/generate-interfaces.js",
"fetch-game-master": "node bin/get-latest-game-master.js",
"fetch-game-master": "git submodule foreach git pull origin master",
"fetch-assets": "node bin/get-latest-assets",
"update": "npm run fetch-game-master && npm run fetch-assets && npm run generate-interfaces",
"prepare": "npm run update",
Expand Down

0 comments on commit c9fd226

Please sign in to comment.