Skip to content

Commit

Permalink
chore(release): 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sandiiarov committed Jan 13, 2019
1 parent e7b350e commit 42c702f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,4 +2,11 @@

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="1.1.8"></a>
## [1.1.8](https://github.com/sandiiarov/use-events/compare/v1.1.7...v1.1.8) (2019-01-13)



# 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.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "use-events",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"main": "dist/use-events.cjs.js",
"jsnext:main": "dist/use-events.esm.js",
Expand All @@ -11,7 +11,8 @@
"build:types": "tsc -d --emitDeclarationOnly --outDir typings",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:publish": "npm run docz:build && gh-pages -d .docz/dist"
"docz:publish": "npm run docz:build && gh-pages -d .docz/dist",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,6 +47,7 @@
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-uglify": "6.0.1",
"standard-version": "^4.4.0",
"typescript": "^3.2.2"
}
}

0 comments on commit 42c702f

Please sign in to comment.