From d4a2b6f139a8e4cae670f42d36bf6bae58d86d1f Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Fri, 5 Jul 2024 11:15:52 +0200 Subject: [PATCH] chore: release v0.7.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1832e2..24087d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.7.0...v0.7.1) (2024-07-05) + + +### 🩹 Bug Fixes + +* **deps:** update lockfile ([fc32523](https://github.com/stefanobartoletti/nuxt-social-share/commit/fc32523606dd8ca0ee94e4f466f8a5317d5a3068)) +* **deps:** update nuxtjs monorepo to ^3.12.3 ([5c2e0a9](https://github.com/stefanobartoletti/nuxt-social-share/commit/5c2e0a9c39e21f80af30d62e7a25dfdc35efdfc8)) + ## [0.7.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.7.0-dev.0...v0.7.0) (2024-05-14) ## [0.7.0-dev.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.6.1...v0.7.0-dev.0) (2024-05-07) diff --git a/package.json b/package.json index 98f876f..16c13f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/nuxt-social-share", "type": "module", - "version": "0.7.0", + "version": "0.7.1", "packageManager": "pnpm@9.4.0", "description": "Simple Social Sharing for Nuxt", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",