Skip to content

Commit a842aad

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-04-27) ### Features * **no xsel:** Refactor function to warn if xsel is not installed ([964cfc4](964cfc4)) * Refactor function to warn if xsel is not installed on ([ad49b3e](ad49b3e))
1 parent 660b559 commit a842aad

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/ff6347/to-markdown-cli/compare/v1.0.0...v1.1.0) (2023-04-27)
2+
3+
4+
### Features
5+
6+
* **no xsel:** Refactor function to warn if xsel is not installed ([964cfc4](https://github.com/ff6347/to-markdown-cli/commit/964cfc41c626b1007b9a012a19319bb17dc6c052))
7+
* Refactor function to warn if xsel is not installed on ([ad49b3e](https://github.com/ff6347/to-markdown-cli/commit/ad49b3e65c609787104a37fbf7e9055dee592e3b))
8+
19
# [1.0.0](https://github.com/ff6347/to-markdown-cli/compare/v0.4.5...v1.0.0) (2023-04-06)
210

311

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "a little cli to turn html to markdown",
55
"engines": {
66
"node": ">=16"

0 commit comments

Comments
 (0)