diff --git a/CHANGELOG.md b/CHANGELOG.md index 16fc88b..48e7405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +`2021.05.28` + +Transfer ownership. + ## 1.0.0 `2021.03.21` diff --git a/README.md b/README.md index ca30df4..e816f4b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Compare the similarity of two strings. [![npm](https://img.shields.io/npm/v/compare-similarity?style=flat-square&color=orange)](https://www.npmjs.com/package/compare-similarity) -![](https://img.shields.io/github/workflow/status/xrkffgg/compare-similarity/CI?style=flat-square) +![](https://img.shields.io/github/workflow/status/ant-js/compare-similarity/CI?style=flat-square) ![](https://img.shields.io/npm/l/compare-similarity?style=flat-square&color=blue) ## 🚀 Usage diff --git a/package.json b/package.json index 0e89720..bb8b0eb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "all": "yarn format-check && yarn lint && yarn build" }, "author": "xrkffgg", - "homepage": "https://github.com/xrkffgg/compare-similarity", + "homepage": "https://github.com/ant-js/compare-similarity", "keywords": [ "action", "ts", @@ -31,11 +31,11 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/xrkffgg/compare-similarity/issues" + "url": "https://github.com/ant-js/compare-similarity/issues" }, "repository": { "type": "git", - "url": "https://github.com/xrkffgg/compare-similarity", + "url": "https://github.com/ant-js/compare-similarity", "branch": "main" }, "devDependencies": {