Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Mar 4, 2019
1 parent 91b0bfd commit a5cc11e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 变更日志

## 0.3.1 / 2019-3-4

- fix: 修复依赖不自动更新的问题

## 0.3.0 / 2019-3-2

- 增加.d.ts文件,支持ts调用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/badge/Powered%20by-jslib%20extend-brightgreen.svg)](https://github.com/yanhaijing/jslib-extend)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/extend/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/jsmini/extend.svg?branch=master)](https://travis-ci.org/jsmini/extend)
[![npm](https://img.shields.io/badge/npm-0.3.0-orange.svg)](https://www.npmjs.com/package/@jsmini/extend)
[![npm](https://img.shields.io/badge/npm-0.3.1-orange.svg)](https://www.npmjs.com/package/@jsmini/extend)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/extend.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/extend)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/extend.svg)](http://isitmaintained.com/project/jsmini/extend "Percentage of issues still open")

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsmini/extend",
"version": "0.3.0",
"version": "0.3.1",
"description": "将对象属性递归放到目标对象,类似jQuery的`$.extend`",
"main": "dist/index.js",
"jsnext:main": "dist/index.esm.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"rollup-plugin-node-resolve": "3.0.3"
},
"dependencies": {
"@jsmini/is": "0.7.1",
"@jsmini/is": "^0.8.1",
"babel-runtime": "6.26.0"
}
}

0 comments on commit a5cc11e

Please sign in to comment.