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 7252426 commit 846368aCopy full SHA for 846368a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.36.0](https://github.com/recurser/string-is/compare/v1.35.4...v1.36.0) (2024-01-03)
2
+
3
4
+### Features
5
6
+* support for deployment under a sub-path ([2335f2d](https://github.com/recurser/string-is/commit/2335f2d87f912666d22ad9e33d6d7e08968292ff))
7
8
## [1.35.4](https://github.com/recurser/string-is/compare/v1.35.3...v1.35.4) (2024-01-02)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "string-is",
- "version": "1.35.4",
+ "version": "1.36.0",
"private": true,
"scripts": {
"all": "yarn eslint pages src --fix && yarn prettier && yarn jest && yarn build",
0 commit comments