From 5a972d71d877fb72b274b9d2b4931349a99f3927 Mon Sep 17 00:00:00 2001 From: Nicolas Beauvais Date: Wed, 9 Jun 2021 16:01:39 +0200 Subject: [PATCH] Fix npm release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11170f1..7e4a7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [3.0.8](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0. +7...3.0.8) (2021-03-18) +- Fix npm + # [3.0.7](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.6...3.0.7) (2021-03-18) - Fix dependencies diff --git a/package.json b/package.json index 3a12a08..9590ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-social-sharing", - "version": "3.0.7", + "version": "3.0.8", "description": "A Vue.js component for sharing links to social networks", "author": "Nicolas Beauvais ", "license": "MIT",