Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
borracciaBlu committed Jun 13, 2020
1 parent 6af165b commit d50034c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.1.5](https://github.com/borracciaBlu/dh-addeventlistener/compare/v0.1.4...v0.1.5)

> 13 June 2020
- #DHEV-14 : update(README) : Add cdn section with examples [`#12`](https://github.com/borracciaBlu/dh-addeventlistener/pull/12)

#### [v0.1.4](https://github.com/borracciaBlu/dh-addeventlistener/compare/v0.1.3...v0.1.4)

> 13 June 2020
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borracciablu/dh-addeventlistener",
"version": "0.1.5",
"version": "0.1.6",
"description": "Helpers functions to facilitate event listener on DOM elements.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -9,8 +9,7 @@
"lint": "eslint index.js",
"browserify": "rm -rf dist && mkdir dist && browserify index.js --standalone dhAddEventListener -o dist/dh-addeventlistener.js",
"minify": "uglifyjs dist/dh-addeventlistener.js --source-map -cm -o dist/dh-addeventlistener.min.js",
"prepublishOnly": "npm run browserify && npm run minify",
"preversion": "npx auto-changelog"
"prepublishOnly": "npm run browserify && npm run minify"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d50034c

Please sign in to comment.