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 348a2b7 commit c5d9b74Copy full SHA for c5d9b74
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.9.0](https://github.com/recurser/string-is/compare/v1.8.0...v1.9.0) (2022-01-26)
2
+
3
4
+### Features
5
6
+* add a UUID generator ([c330d62](https://github.com/recurser/string-is/commit/c330d62577059b3d23e17e4c66cba07fb6e76eed))
7
8
# [1.8.0](https://github.com/recurser/string-is/compare/v1.7.0...v1.8.0) (2022-01-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.8.0",
+ "version": "1.9.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments