Comparing version
@@ -1,5 +0,33 @@ | ||
# Change Log | ||
# Changelog | ||
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. | ||
### [2.0.1](https://github.com/vanhoofmaarten/nuxt-mq/compare/v2.0.0...v2.0.1) (2019-09-30) | ||
### Bug Fixes | ||
* **Config:** Replace @@ with require ([158ee18](https://github.com/vanhoofmaarten/nuxt-mq/commit/158ee18)) | ||
* **Test:** Use constant in favor of let ([17f7cf3](https://github.com/vanhoofmaarten/nuxt-mq/commit/17f7cf3)) | ||
### Build System | ||
* **deps:** [security] bump @nuxt/devalue from 1.2.2 to 1.2.4 ([a3fef00](https://github.com/vanhoofmaarten/nuxt-mq/commit/a3fef00)) | ||
* **deps:** [security] bump eslint-utils from 1.3.1 to 1.4.2 ([bdbb77b](https://github.com/vanhoofmaarten/nuxt-mq/commit/bdbb77b)) | ||
* **deps:** [security] bump lodash from 4.17.11 to 4.17.15 ([8a31ce7](https://github.com/vanhoofmaarten/nuxt-mq/commit/8a31ce7)) | ||
* **deps:** [security] bump lodash.template from 4.4.0 to 4.5.0 ([ace7f79](https://github.com/vanhoofmaarten/nuxt-mq/commit/ace7f79)) | ||
* **deps:** [security] bump mixin-deep from 1.3.1 to 1.3.2 ([8ebe7e1](https://github.com/vanhoofmaarten/nuxt-mq/commit/8ebe7e1)) | ||
* **deps:** [security] bump set-value from 0.4.3 to 2.0.1 ([a615b0e](https://github.com/vanhoofmaarten/nuxt-mq/commit/a615b0e)) | ||
* **deps:** bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 ([f3f667e](https://github.com/vanhoofmaarten/nuxt-mq/commit/f3f667e)) | ||
* **deps-dev:** bump codecov from 3.5.0 to 3.6.1 ([5cbc7f0](https://github.com/vanhoofmaarten/nuxt-mq/commit/5cbc7f0)) | ||
* **deps-dev:** bump eslint-plugin-import from 2.17.3 to 2.18.2 ([98ec67f](https://github.com/vanhoofmaarten/nuxt-mq/commit/98ec67f)) | ||
* **deps-dev:** bump eslint-plugin-vue from 5.2.2 to 5.2.3 ([029b85c](https://github.com/vanhoofmaarten/nuxt-mq/commit/029b85c)) | ||
* **deps-dev:** bump jest from 24.8.0 to 24.9.0 ([4134f9c](https://github.com/vanhoofmaarten/nuxt-mq/commit/4134f9c)) | ||
* **deps-dev:** bump nuxt from 2.7.1 to 2.9.2 ([f818c7f](https://github.com/vanhoofmaarten/nuxt-mq/commit/f818c7f)) | ||
* **npm:** added codecov script ([0ab971c](https://github.com/vanhoofmaarten/nuxt-mq/commit/0ab971c)) | ||
* **Renovate:** Add renovate-bot ([5c8d09d](https://github.com/vanhoofmaarten/nuxt-mq/commit/5c8d09d)) | ||
# [2.0.0](https://github.com/vanhoofmaarten/nuxt-mq/compare/v1.1.3...v2.0.0) (2019-03-22) | ||
@@ -6,0 +34,0 @@ |
const { resolve } = require('path') | ||
module.exports = async function module (moduleOptions) { | ||
const options = this.options['mq'] || moduleOptions | ||
const options = this.options.mq || moduleOptions | ||
@@ -6,0 +6,0 @@ this.addPlugin({ |
{ | ||
"name": "nuxt-mq", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "vue-mq module for Nuxt.js", | ||
@@ -35,3 +35,5 @@ "license": "MIT", | ||
"test": "npm run lint && jest --detectOpenHandles", | ||
"release": "standard-version && git push --follow-tags && npm publish" | ||
"codecov": "codecov", | ||
"release": "standard-version && git push --follow-tags && npm publish", | ||
"standard-version": "standard-version" | ||
}, | ||
@@ -38,0 +40,0 @@ "eslintIgnore": [ |
9999
27.42%