diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cad4033..3bc572235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ -## [1.6.1](https://github.com/xx45/dayjs/compare/v1.6.0...v1.6.1) (2018-05-18) +## [1.6.1](https://github.com/iamkun/dayjs/compare/v1.6.0...v1.6.1) (2018-05-18) ### Bug Fixes -* add() & parse() bug fix & add locale de, pt-br ([bf1331e](https://github.com/xx45/dayjs/commit/bf1331e)) +* Add German, Brazilian Portuguese locales +* add() & parse() bug fix & add locale de, pt-br ([bf1331e](https://github.com/iamkun/dayjs/commit/bf1331e)) -# [1.6.0](https://github.com/xx45/dayjs/compare/v1.5.24...v1.6.0) (2018-05-15) +# [1.6.0](https://github.com/iamkun/dayjs/compare/v1.5.24...v1.6.0) (2018-05-15) ### Features -* Locale && Plugin ([2342c55](https://github.com/xx45/dayjs/commit/2342c55)), closes [#141](https://github.com/xx45/dayjs/issues/141) +* Locale && Plugin ([2342c55](https://github.com/iamkun/dayjs/commit/2342c55)), closes [#141](https://github.com/iamkun/dayjs/issues/141) diff --git a/README.md b/README.md index 4371ce515..a4017174b 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ English | [简体中文](./README.zh-CN.md) alt="Gzip Size"> NPM Version - Build Status - Codecov - Build Status + Codecov + License
diff --git a/README.zh-CN.md b/README.zh-CN.md index 74022fc7b..44b8a4600 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -11,11 +11,11 @@ alt="Gzip Size"> NPM Version - Build Status - Codecov - Build Status + Codecov + License
diff --git a/package.json b/package.json index 3db9749b3..fc843a822 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/xx45/dayjs.git" + "url": "https://github.com/iamkun/dayjs.git" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.44",