|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`. |
8 | 9 |
|
9 | | -## [unreleased] |
| 10 | +## [2.1.2] – 2019-10-27 |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +- Updated package versions to fix vulnerabilities |
10 | 15 |
|
11 | 16 | ## [2.1.1] – 2017-12-15 |
12 | 17 |
|
@@ -40,39 +45,47 @@ We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NU |
40 | 45 | - Initial support for headers (`---`) in `ADR-*.md` files. |
41 | 46 |
|
42 | 47 | ### Changed |
| 48 | + |
43 | 49 | - Updated CLI syntax to be more conform with [markdown-toc](https://github.com/jonschlinkert/markdown-toc). |
44 | 50 |
|
45 | 51 | ### Fixed |
| 52 | + |
46 | 53 | - The title of the first main heading is used (and not the second line if it is not empty). [#15](https://github.com/adr/adr-log/issues/15) |
47 | 54 | - When `adrlog` appears without closing `adrlogstop`, adr-log does not stop with an error anymore. |
48 | 55 | - When `adrlog` does not appear, the log is created nevertheless. |
49 | 56 |
|
50 | 57 | ## [1.1.0] – 2017-10-27 |
51 | 58 |
|
52 | 59 | ### Added |
| 60 | + |
53 | 61 | - We added a CHANGELOG.md. [#2](https://github.com/adr/adr-log/issues/2) |
54 | 62 |
|
55 | 63 | ### Changed |
| 64 | + |
56 | 65 | - We update README.md to reflect changed usage. [#3](https://github.com/adr/adr-log/issues/3) |
57 | 66 |
|
58 | 67 | ### Fixed |
| 68 | + |
59 | 69 | - Fix titles to printed in the correct format as described in [#5](https://github.com/adr/adr-log/issues/5). |
60 | 70 | - Fix output of help to use "LOG" instead of "TOC". [#6](https://github.com/adr/adr-log/issues/6) |
61 | 71 | - Fix help to output "adr-log" instead of "adr-toc". [#4](https://github.com/adr/adr-log/issues/4) |
62 | 72 |
|
63 | 73 | ### Removed |
| 74 | + |
64 | 75 | - Removed `bower.json`. [#8](https://github.com/adr/adr-log/issues/8) |
65 | 76 |
|
66 | 77 | ## [1.0.1] – 2017-10-22 |
67 | 78 |
|
68 | 79 | ### Fixed |
| 80 | + |
69 | 81 | - Fix parsing of cli arguments. [#1](https://github.com/adr/adr-log/issues/1) |
70 | 82 |
|
71 | 83 | ## [1.0.0] – 2017-10-20 |
72 | 84 |
|
73 | 85 | Initial version of adr-log. |
74 | 86 |
|
75 | | -[unreleased]: https://github.com/adr/adr-log/compare/adr:2.1.1...master |
| 87 | +[unreleased]: https://github.com/adr/adr-log/compare/adr:2.1.2...master |
| 88 | +[2.1.2]: https://github.com/adr/adr-log/compare/adr:2.1.1...2.1.2 |
76 | 89 | [2.1.1]: https://github.com/adr/adr-log/compare/adr:2.1.0...2.1.1 |
77 | 90 | [2.1.0]: https://github.com/adr/adr-log/compare/adr:2.0.0...2.1.0 |
78 | 91 | [2.0.0]: https://github.com/adr/adr-log/compare/adr:1.1.0...2.0.0 |
|
0 commit comments