Skip to content

Commit

Permalink
Adjust CHANGELOG (#208)
Browse files Browse the repository at this point in the history
- Highlighting BREAKING text.
- Change `Adjustment` to `Chore` to keep consistency of CHANGELOG template.
  • Loading branch information
ahnpnl committed Dec 4, 2018
1 parent adad842 commit a09671a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog (master)

* Breaking: Upgrade ts-jest to ^23.10.4 and use ast-transformer instead of processor ([#204](https://github.com/thymikee/jest-preset-angular/pull/204))
* Adjustment: Remove template literal character escaping (reverts [#34](https://github.com/thymikee/jest-preset-angular/pull/34))
* (**BREAKING**): Upgrade ts-jest to ^23.10.4 and use ast-transformer instead of processor ([#204](https://github.com/thymikee/jest-preset-angular/pull/204))
* Chore: Remove template literal character escaping (reverts [#34](https://github.com/thymikee/jest-preset-angular/pull/34))

#### Migration Guide

Expand Down

0 comments on commit a09671a

Please sign in to comment.