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 1266294 commit 80d3ef3Copy full SHA for 80d3ef3
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.26.0](https://github.com/recurser/string-is/compare/v1.25.0...v1.26.0) (2022-04-03)
2
+
3
4
+### Features
5
6
+* tailor the input label to the converter ([e0a7192](https://github.com/recurser/string-is/commit/e0a7192275b837ceef4c9951bcfea5b6ba32cf91))
7
8
# [1.25.0](https://github.com/recurser/string-is/compare/v1.24.0...v1.25.0) (2022-04-03)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.25.0",
+ "version": "1.26.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments