Skip to content

Commit aa49cba

Browse files
authored
fix(): change-log update && test new npm release
Merge pull request #163 from iamkun/feature/iamkun CHANGE-LOG
2 parents 7bcd630 + 4b97041 commit aa49cba

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build
1919

2020
#doc
2121
CONTRIBUTING.md
22+
docs
2223

2324
#other
2425
.travis.yml

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<a name="1.6.1"></a>
2-
## [1.6.1](https://github.com/xx45/dayjs/compare/v1.6.0...v1.6.1) (2018-05-18)
2+
## [1.6.1](https://github.com/iamkun/dayjs/compare/v1.6.0...v1.6.1) (2018-05-18)
33

44

55
### Bug Fixes
66

7-
* add() & parse() bug fix & add locale de, pt-br ([bf1331e](https://github.com/xx45/dayjs/commit/bf1331e))
7+
* Add German, Brazilian Portuguese locales
8+
* add() & parse() bug fix & add locale de, pt-br ([bf1331e](https://github.com/iamkun/dayjs/commit/bf1331e))
89

910
<a name="1.6.0"></a>
10-
# [1.6.0](https://github.com/xx45/dayjs/compare/v1.5.24...v1.6.0) (2018-05-15)
11+
# [1.6.0](https://github.com/iamkun/dayjs/compare/v1.5.24...v1.6.0) (2018-05-15)
1112

1213

1314
### Features
1415

15-
* Locale && Plugin ([2342c55](https://github.com/xx45/dayjs/commit/2342c55)), closes [#141](https://github.com/xx45/dayjs/issues/141)
16+
* Locale && Plugin ([2342c55](https://github.com/iamkun/dayjs/commit/2342c55)), closes [#141](https://github.com/iamkun/dayjs/issues/141)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ English | [简体中文](./README.zh-CN.md)
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/xx45/dayjs"><img
15-
src="https://img.shields.io/travis/xx45/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16-
<a href="https://codecov.io/gh/xx45/dayjs"><img
17-
src="https://img.shields.io/codecov/c/github/xx45/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18-
<a href="https://github.com/xx45/dayjs/blob/master/LICENSE"><img
14+
<a href="https://travis-ci.org/iamkun/dayjs"><img
15+
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16+
<a href="https://codecov.io/gh/iamkun/dayjs"><img
17+
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18+
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img
1919
src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
2020
<br>
2121
<a href="https://saucelabs.com/u/dayjs">

README.zh-CN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/xx45/dayjs"><img
15-
src="https://img.shields.io/travis/xx45/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16-
<a href="https://codecov.io/gh/xx45/dayjs"><img
17-
src="https://img.shields.io/codecov/c/github/xx45/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18-
<a href="https://github.com/xx45/dayjs/blob/master/LICENSE"><img
14+
<a href="https://travis-ci.org/iamkun/dayjs"><img
15+
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16+
<a href="https://codecov.io/gh/iamkun/dayjs"><img
17+
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18+
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img
1919
src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
2020
<br>
2121
<a href="https://saucelabs.com/u/dayjs">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": "MIT",
4747
"repository": {
4848
"type": "git",
49-
"url": "https://github.com/xx45/dayjs.git"
49+
"url": "https://github.com/iamkun/dayjs.git"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.0.0-beta.44",

0 commit comments

Comments
 (0)