diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..4047940ae --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] +from = "/" +to = "https://react.docs.sajari.com" +status = 301 +force = true \ No newline at end of file diff --git a/package.json b/package.json index ac37bfebf..fcb63eb9d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/sajari/sajari-sdk-react" }, "bugs": "https://github.com/sajari/sajari-sdk-react/issues", - "version": "2.9.0", + "version": "2.9.1", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", diff --git a/yarn.lock b/yarn.lock index b1adfffc5..6d2d540eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1302,9 +1302,9 @@ integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== "@sajari/sdk-js@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@sajari/sdk-js/-/sdk-js-1.0.8.tgz#837bb22f6cba4805a87eb52a08de09f788350322" - integrity sha512-ha5eRH/z9jxVJum0+1fekwr8Ut161nkQhQqLFkIKs7hv+hzCn0jU4A+jBmF83JkWOxCdgcxyJZieSxZR5SWkKg== + version "1.0.11" + resolved "https://registry.yarnpkg.com/@sajari/sdk-js/-/sdk-js-1.0.11.tgz#cf3ead57e152e68b1e455e3ab8c046e5179880a8" + integrity sha512-xotqOcj1GnvxlbCx1X9nD1QfB0SX/fXoCpL+GQnKuZHtliRzCGmCxeazAZTGQikMPtonqo00eBN1blT1OdTmvw== "@shellscape/koa-send@^4.1.0": version "4.1.3"