Skip to content

Commit

Permalink
add release notes, update package
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Mar 17, 2019
1 parent 67671eb commit 88781fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuzlocke-generator",
"version": "0.0.13-beta",
"version": "0.0.14-beta",
"description": "A tool for generating nuzlocke team pics from data",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/utils/generateReleaseNotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,17 @@ You can submit bugs or feature requests [here](https://github.com/EmmaRamirez/nu
'0.0.14-beta': `# Changelog
## Features
- ** Added Meltan, Melmetal, Grookey, Scorbunny, Sobble
## Fixes
- Sudowoodo is now properly recognized as a Rock type
- More testing and dependency updates
## Known Issues
- Downloading images will fail if they contain ["cross-origin" resources](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image), which taint the process for downloading
- **Drag and drop will not reorder positions, you will still have to do that in the editor**
`,
'0.0.15-beta': `# Changelog
`
};

0 comments on commit 88781fb

Please sign in to comment.