mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
chore(changelog): update CHANGELOG, Grunt changelog task
Added some types to search for in the Grunt task when executing the extended version.
This commit is contained in:
parent
2cf60c25e5
commit
3d8ca12601
3 changed files with 20 additions and 9 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
<a name="">HabitRPG</a>
|
||||
# (2014-01-16)
|
||||
# (2014-01-17)
|
||||
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **#2375:** merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses"
|
||||
([518f200a](https://github.com/habitrpg/habitrpg/commits/518f200a8fc7373b44ed7d7b5f016d921b0746bd))
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- **bailey:** notif about STWC updates + scroll-purchase deadlines (@colegleason)
|
||||
([90176444](https://github.com/habitrpg/habitrpg/commits/90176444e9c7a318040829e8b71d1493b5d58e9e))
|
||||
- **challenges:** markdown in challenge-descriptions
|
||||
([41233c7b](https://github.com/habitrpg/habitrpg/commits/41233c7b167905eeccfdff5589789e002ec23f97))
|
||||
|
||||
|
||||
## Breaking Changes
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
<a name="">HabitRPG</a>
|
||||
# (2014-01-16)
|
||||
# (2014-01-17)
|
||||
|
||||
|
||||
## Chore
|
||||
|
||||
- **changelog:** add commit-msg hook to verify commit messages
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- **#2375:** merge in @SabreCat's stats.jade changes "More elegant show/hide setup for attribute bonuses"
|
||||
([518f200a](https://github.com/habitrpg/habitrpg/commits/518f200a8fc7373b44ed7d7b5f016d921b0746bd))
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ module.exports = function(grunt) {
|
|||
repo_url: 'https://github.com/habitrpg/habitrpg',
|
||||
appName : 'HabitRPG',
|
||||
branch_name: 'develop',
|
||||
grep_commits: '^fix|^feat|^docs|^refactor|^chore|BREAKING'
|
||||
grep_commits: '^perf|^style|^fix|^feat|^docs|^refactor|^chore|BREAKING'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue