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 cebb275 commit 08275eaCopy full SHA for 08275ea
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.29.0](https://github.com/recurser/string-is/compare/v1.28.1...v1.29.0) (2022-04-09)
2
+
3
4
+### Features
5
6
+* add Docker support ([cedc917](https://github.com/recurser/string-is/commit/cedc917063928a561dc7018a5dfcf4c92534414b))
7
8
## [1.28.1](https://github.com/recurser/string-is/compare/v1.28.0...v1.28.1) (2022-04-08)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.28.1",
+ "version": "1.29.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments