From 924bbbb132f74dc751e0cfbafd14d9a2c846f1a5 Mon Sep 17 00:00:00 2001 From: Dalibor Date: Sat, 6 Nov 2021 15:07:11 +0100 Subject: [PATCH] chore(release): 0.2.7 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0419237..5a80e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.7](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.6...v0.2.7) (2021-11-06) + + +### Features + +* event metaKey ([de6c417](https://github.com/daliborgogic/nuxt-interpolation/commit/de6c417450c5c56e4007fe51ac613c765903b7b5)) + + +### Bug Fixes + +* missing `noopener` ([9bf855d](https://github.com/daliborgogic/nuxt-interpolation/commit/9bf855de5678ef7f4689ff2703233be0f1e6b5d4)) + ### [0.2.6](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.2.2...v0.2.6) (2021-11-06) diff --git a/package-lock.json b/package-lock.json index deeee6a..bf5e692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interpolation", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 1, "requires": true, "packages": { "": { "name": "nuxt-interpolation", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "devDependencies": { "eslint": "^8.2.0", diff --git a/package.json b/package.json index 0055431..4138f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-interpolation", - "version": "0.2.6", + "version": "0.2.7", "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.", "main": "lib/module.js", "directories": {