Skip to content

Commit b75d93d

Browse files
chore(release): 1.23.0 [skip ci]
# [1.23.0](v1.22.0...v1.23.0) (2022-03-26) ### Bug Fixes * replace react-responsive and styled-components with [@compiled](https://github.com/compiled) + media queries ([d99aabc](d99aabc)) ### Features * change the URL when a converter is selected ([ad6d16c](ad6d16c)) * clear the input when navigating back to the home page ([639c94f](639c94f))
1 parent fcd8752 commit b75d93d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.23.0](https://github.com/recurser/string-is/compare/v1.22.0...v1.23.0) (2022-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* replace react-responsive and styled-components with [@compiled](https://github.com/compiled) + media queries ([d99aabc](https://github.com/recurser/string-is/commit/d99aabcdff334e61e8dc1ac35e9646e055698e71))
7+
8+
9+
### Features
10+
11+
* change the URL when a converter is selected ([ad6d16c](https://github.com/recurser/string-is/commit/ad6d16c58ae74ebf72a1e75c1c8498bef6b0a670))
12+
* clear the input when navigating back to the home page ([639c94f](https://github.com/recurser/string-is/commit/639c94f3867d0e4810d6f1d91e9b238d2c8be400))
13+
114
# [1.22.0](https://github.com/recurser/string-is/compare/v1.21.0...v1.22.0) (2022-03-22)
215

316

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

0 commit comments

Comments
 (0)