davewasmer / ember-cli-favicon

Automatically build and include all the various platform / device favicon formats from a single source favicon.png
MIT License
56 stars 19 forks source link

Add changelog for v3.0.0 #105

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

This will help the folks explore what has changed.

For some reason changelog was not updated with release so run

docker run -e CHANGELOG_GITHUB_TOKEN=[my token] -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u davewasmer -p ember-cli-favicon

and you can generate new token on https://github.com/settings/tokens

@Exelord mind to land this sooner than later?