diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff5c8ee1..378498ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+### [1.0.1](https://www.github.com/daisyui/react-daisyui/compare/v1.0.0...v1.0.1) (2022-03-12)
+
+
+### Bug Fixes
+
+* added border by default to textarea story for visbility ([2a47d83](https://www.github.com/daisyui/react-daisyui/commit/2a47d833bd70290651ff4de0c313686e3e026561))
+
+
+### Miscellaneous
+
+* removed unneeded styles import in index ([6e6156c](https://www.github.com/daisyui/react-daisyui/commit/6e6156cd628cf2d927ee5c418fe983ad94c5e114))
+
## 1.0.0 (2022-03-12)
diff --git a/docs/CNAME b/docs/CNAME
deleted file mode 100644
index fdbf54ee..00000000
--- a/docs/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-react.daisyui.com
\ No newline at end of file
diff --git a/docs/iframe.html b/docs/iframe.html
index ecf1c69f..4b68b361 100644
--- a/docs/iframe.html
+++ b/docs/iframe.html
@@ -347,4 +347,4 @@
- window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];