Skip to content

Commit

Permalink
chore(release): 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpvvp committed Jul 14, 2017
1 parent 9090715 commit 4e97c99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.0.20"></a>
## 0.0.20 (2017-07-14)


### Bug Fixes

* fix extend function with src, copy compare ([9090715](https://github.com/heyui/hey-utils/commit/9090715)), closes [#1](https://github.com/heyui/hey-utils/issues/1)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hey-utils",
"version": "0.0.19",
"version": "0.0.20",
"description": "js-utils, js, util",
"main": "build/utils.js",
"repository": {
Expand All @@ -24,7 +24,9 @@
"url": "https://github.com/heyui/hey-utils/issues"
},
"babel": {
"presets": ["es2015"]
"presets": [
"es2015"
]
},
"scripts": {
"build": "babel ./utils.js -d build",
Expand Down

0 comments on commit 4e97c99

Please sign in to comment.