diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b6b9b..fc8d9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # 🗓 Changelog -## 1.0.1 - -`2021-01-04` - -- Update dumi version -- Adjust contents - ## 1.0.0 `2020-12-04` diff --git a/README.md b/README.md index 8bbf26f..2e75c36 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ https://one-template.github.io/react-component-template/ - [image-component/react-image-shadow](https://github.com/image-component/react-image-shadow) - [image-component/react-image-dangling](https://github.com/image-component/react-image-dangling) +- [image-component/react-image-follow](https://github.com/image-component/react-image-follow) ## License diff --git a/README.zh-CN.md b/README.zh-CN.md index d765638..8785a41 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -113,6 +113,7 @@ https://one-template.github.io/react-component-template/ - [image-component/react-image-shadow](https://github.com/image-component/react-image-shadow) - [image-component/react-image-dangling](https://github.com/image-component/react-image-dangling) +- [image-component/react-image-follow](https://github.com/image-component/react-image-follow) ## License diff --git a/package.json b/package.json index 3e9e793..f3a294a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "react-component-template", - "version": "1.0.1", + "version": "1.0.0", "scripts": { "start": "dumi dev", "docs:build": "dumi build",