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 b5d6c03 commit fde8ebfCopy full SHA for fde8ebf
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.3.0](https://github.com/recurser/string-is/compare/v1.2.0...v1.3.0) (2022-01-05)
2
+
3
4
+### Features
5
6
+* add a Markdown-to-HTML converter ([90d2956](https://github.com/recurser/string-is/commit/90d29565a9e69ad401e5d2dcdc39db7c6e383e19))
7
8
# [1.2.0](https://github.com/recurser/string-is/compare/v1.1.0...v1.2.0) (2022-01-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.2.0",
+ "version": "1.3.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments