We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eda96 commit 8daf78bCopy full SHA for 8daf78b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.4.0](https://github.com/recurser/string-is/compare/v1.3.0...v1.4.0) (2022-01-05)
2
+
3
4
+### Features
5
6
+* enable strikethrough for Markdown conversion ([52cbf6d](https://github.com/recurser/string-is/commit/52cbf6dab9839fafc24a393590d4db03870b645f))
7
8
# [1.3.0](https://github.com/recurser/string-is/compare/v1.2.0...v1.3.0) (2022-01-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.3.0",
+ "version": "1.4.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments