Skip to content

Commit a1d00c9

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.4.5...v1.0.0) (2023-04-06) ### Features * **esm:** Convert to esm ([7c86b98](7c86b98)) * **node:** Minimal node version 16 ([52ed6a8](52ed6a8)) ### BREAKING CHANGES * **node:** Dropping suppoer for Node 14
1 parent 1983eea commit a1d00c9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0](https://github.com/ff6347/to-markdown-cli/compare/v0.4.5...v1.0.0) (2023-04-06)
2+
3+
4+
### Features
5+
6+
* **esm:** Convert to esm ([7c86b98](https://github.com/ff6347/to-markdown-cli/commit/7c86b985553b01253b5c11cf4ced29c1a640d8ef))
7+
* **node:** Minimal node version 16 ([52ed6a8](https://github.com/ff6347/to-markdown-cli/commit/52ed6a8af84a08a26c2ac25ed266ebe4d684e41f))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **node:** Dropping suppoer for Node 14
13+
114
## [0.4.5](https://github.com/ff6347/to-markdown-cli/compare/v0.4.4...v0.4.5) (2023-03-10)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "to-markdown-cli",
3-
"version": "0.4.5",
3+
"version": "1.0.0",
44
"description": "a little cli to turn html to markdown",
55
"engines": {
66
"node": ">=16"

0 commit comments

Comments
 (0)