From 83399a9a68ba9ce63d53cd3cbcf089413c34c90c Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 18 May 2018 16:45:14 +0800 Subject: [PATCH 1/2] chore: ignore docs in npm package --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 95bbbcd0..12fc5e59 100644 --- a/.npmignore +++ b/.npmignore @@ -19,6 +19,7 @@ build #doc CONTRIBUTING.md +docs #other .travis.yml From 4b9704107a8b1b1486342d075e6dc60f2a7c4f56 Mon Sep 17 00:00:00 2001 From: iamkun Date: Fri, 18 May 2018 17:27:39 +0800 Subject: [PATCH 2/2] chore: update change log --- CHANGELOG.md | 9 +++++---- README.md | 10 +++++----- README.zh-CN.md | 10 +++++----- package.json | 2 +- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cad403..3bc57223 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 4371ce51..a4017174 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 74022fc7..44b8a460 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 3db9749b..fc843a82 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",