Skip to content

Commit fde8ebf

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-01-05) ### Features * add a Markdown-to-HTML converter ([90d2956](90d2956))
1 parent b5d6c03 commit fde8ebf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [1.2.0](https://github.com/recurser/string-is/compare/v1.1.0...v1.2.0) (2022-01-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-is",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)