Skip to content

Commit 3bf4970

Browse files
committed
1.0.0
1 parent a4a6013 commit 3bf4970

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.0] - 2021-11-14
4+
5+
### Changed
6+
7+
- **Breaking:** use ESM and drop Node.js < 12.20 ([`529fe7d`](https://github.com/vweevers/markdown-to-ansi/commit/529fe7d))
8+
- Bump `mdast-*` and `micromark-*` dependencies ([`f96d527`](https://github.com/vweevers/markdown-to-ansi/commit/f96d527))
9+
- Bump `mdast-util-gfm-autolink-literal` ([`9fa3594`](https://github.com/vweevers/markdown-to-ansi/commit/9fa3594))
10+
- Bump `ansi-escapes`, `normalize-url` and `strip-ansi` ([`2ee049f`](https://github.com/vweevers/markdown-to-ansi/commit/2ee049f), [`cfc3225`](https://github.com/vweevers/markdown-to-ansi/commit/cfc3225))
11+
312
## [0.1.1] - 2021-01-02
413

514
### Changed
@@ -10,6 +19,8 @@
1019

1120
_:seedling: Initial release._
1221

22+
[1.0.0]: https://github.com/vweevers/markdown-to-ansi/releases/tag/v1.0.0
23+
1324
[0.1.1]: https://github.com/vweevers/markdown-to-ansi/releases/tag/v0.1.1
1425

1526
[0.1.0]: https://github.com/vweevers/markdown-to-ansi/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-to-ansi",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Convert markdown to ansi with support of hyperlinks",
55
"license": "MIT",
66
"author": "Vincent Weevers",

0 commit comments

Comments
 (0)