From 2b0b600d41692636678c6628e9813f42651308a7 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Tue, 17 Sep 2024 20:03:57 +0200 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6855fc..265a413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.1](https://github.com/stefanobartoletti/nuxt-social-share/compare/v1.1.0...v1.1.1) (2024-09-17) + + +### 🩹 Bug Fixes + +* **deps:** update nuxtjs monorepo to ^3.13.2 ([#243](https://github.com/stefanobartoletti/nuxt-social-share/issues/243)) ([de5156a](https://github.com/stefanobartoletti/nuxt-social-share/commit/de5156a39d02a7d027fc133c0cd4e2e05bada28f)) +* update "line" share URL ([bea0495](https://github.com/stefanobartoletti/nuxt-social-share/commit/bea049537758fa942c962ef544dccf4d5b77ebeb)) +* use URL constructor to return share URL ([8d5dcae](https://github.com/stefanobartoletti/nuxt-social-share/commit/8d5dcaed8ed7e351fdb03ccc2ad6eebc5b5de2c2)) + ## [1.1.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v1.0.1...v1.1.0) (2024-09-10) diff --git a/package.json b/package.json index 632aa70..91ca88f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/nuxt-social-share", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "packageManager": "pnpm@9.10.0", "description": "Simple Social Sharing for Nuxt", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",