Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TenviLi committed Nov 20, 2019
1 parent b83a8e1 commit e040683
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [0.4.0](https://github.com/gylidian/vue-adaptive-hooks/compare/v0.1.0...v0.4.0) (2019-11-20)


### Features

* add battery hooks ([5ccd174](https://github.com/gylidian/vue-adaptive-hooks/commit/5ccd17458d555d0b7c83ee81d854a753fbd0ed6b))
* add hardware concurrency hooks ([a4720c6](https://github.com/gylidian/vue-adaptive-hooks/commit/a4720c693ff478b589b3fa2d8e2908974ff730d1))
* add memory hooks ([f859296](https://github.com/gylidian/vue-adaptive-hooks/commit/f85929648954408c734f12c947887cb9bba26e70))
* add save-data hooks ([edeeb9b](https://github.com/gylidian/vue-adaptive-hooks/commit/edeeb9bf76e8d38ef616d6ec3d669044f5fb7c4d))
* add support for Media Capabilities API & Media Devices API ([858d50c](https://github.com/gylidian/vue-adaptive-hooks/commit/858d50c7a1847175f96e1a4b943809fffb249cc4))
* add support for touch & Device Orientation & Motion ([b83a8e1](https://github.com/gylidian/vue-adaptive-hooks/commit/b83a8e16c39e7329b43a0d295afd50995b465a71))


### Bug Fixes

* **memory:** import vue-hooks ([8632959](https://github.com/gylidian/vue-adaptive-hooks/commit/863295966fdc581054395f04d2283fee191bb5f3))

## [0.3.0](https://github.com/gylidian/vue-adaptive-hooks/compare/v0.1.0...v0.3.0) (2019-11-19)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-adaptive-hooks",
"version": "0.3.0",
"version": "0.4.0",
"description": "Provide the best experience for user devices and network restrictions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e040683

Please sign in to comment.