Skip to content

Commit e040683

Browse files
committed
chore(release): 0.4.0
1 parent b83a8e1 commit e040683

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [0.4.0](https://github.com/gylidian/vue-adaptive-hooks/compare/v0.1.0...v0.4.0) (2019-11-20)
6+
7+
8+
### Features
9+
10+
* add battery hooks ([5ccd174](https://github.com/gylidian/vue-adaptive-hooks/commit/5ccd17458d555d0b7c83ee81d854a753fbd0ed6b))
11+
* add hardware concurrency hooks ([a4720c6](https://github.com/gylidian/vue-adaptive-hooks/commit/a4720c693ff478b589b3fa2d8e2908974ff730d1))
12+
* add memory hooks ([f859296](https://github.com/gylidian/vue-adaptive-hooks/commit/f85929648954408c734f12c947887cb9bba26e70))
13+
* add save-data hooks ([edeeb9b](https://github.com/gylidian/vue-adaptive-hooks/commit/edeeb9bf76e8d38ef616d6ec3d669044f5fb7c4d))
14+
* add support for Media Capabilities API & Media Devices API ([858d50c](https://github.com/gylidian/vue-adaptive-hooks/commit/858d50c7a1847175f96e1a4b943809fffb249cc4))
15+
* add support for touch & Device Orientation & Motion ([b83a8e1](https://github.com/gylidian/vue-adaptive-hooks/commit/b83a8e16c39e7329b43a0d295afd50995b465a71))
16+
17+
18+
### Bug Fixes
19+
20+
* **memory:** import vue-hooks ([8632959](https://github.com/gylidian/vue-adaptive-hooks/commit/863295966fdc581054395f04d2283fee191bb5f3))
21+
522
## [0.3.0](https://github.com/gylidian/vue-adaptive-hooks/compare/v0.1.0...v0.3.0) (2019-11-19)
623

724

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-adaptive-hooks",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Provide the best experience for user devices and network restrictions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)