Skip to content

Commit 7ef8981

Browse files
chore(release): 1.19.0 [skip ci]
# [1.19.0](v1.18.0...v1.19.0) (2022-03-10) ### Features * add a landing page for each converter ([2c90bd4](2c90bd4)) * add a sitemap ([8ff3928](8ff3928)) * add proper page titles and meta descriptions ([5b504cb](5b504cb)) * add Twitter and Open Graph meta tags ([9e301ce](9e301ce))
1 parent 03e3402 commit 7ef8981

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.19.0](https://github.com/recurser/string-is/compare/v1.18.0...v1.19.0) (2022-03-10)
2+
3+
4+
### Features
5+
6+
* add a landing page for each converter ([2c90bd4](https://github.com/recurser/string-is/commit/2c90bd4af1965708f7eb2efebd2dd81980f23b25))
7+
* add a sitemap ([8ff3928](https://github.com/recurser/string-is/commit/8ff3928103576a466a5e49dabf2b9a66c7f5e6f4))
8+
* add proper page titles and meta descriptions ([5b504cb](https://github.com/recurser/string-is/commit/5b504cb0bbeba79f9a5291064d9c73d7e69ac588))
9+
* add Twitter and Open Graph meta tags ([9e301ce](https://github.com/recurser/string-is/commit/9e301ce1ae8e2cd391a2e54454551572aabb5a6c))
10+
111
# [1.18.0](https://github.com/recurser/string-is/compare/v1.17.0...v1.18.0) (2022-03-03)
212

313

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.18.0",
3+
"version": "1.19.0",
44
"private": true,
55
"scripts": {
66
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",

0 commit comments

Comments
 (0)