Files
ui-bootstrap4/misc/changelog.tpl.md
T
Pawel Kozlowski b0745c8e05 chore(*): normalize line endings
Closes #423
2013-05-20 21:42:16 +02:00

768 B

<%= version%> (<%= today%>)

Features

<% _(changelog.feat).forEach(function(changes, component) { %>

Bug Fixes

<% _(changelog.fix).forEach(function(changes, component) { %>

Breaking Changes

<% _(changelog.breaking).forEach(function(changes, component) { %>

  • <%= component%>: <% changes.forEach(function(change) { %> <%= change.msg%> <% }) %> <% }) %>