From cc5e6015577fcf1939185c239f7fcd41219942a1 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Tue, 7 Nov 2023 17:05:01 +0100 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++-- package.json | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a653c6d..18f39f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + + +## [0.2.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.1.7...v0.2.0) (2023-11-07) + + +### Features + +* expose composable to user ([3501970](https://github.com/stefanobartoletti/nuxt-social-share/commit/3501970168b275b017f338e9d5c505f465f0081a)) +* move \`networksMap\` to external function ([f01db7c](https://github.com/stefanobartoletti/nuxt-social-share/commit/f01db7c7109c0b1c5df992a7569c4246606d2c75)) + + +### Bug Fixes + +* **deps:** bump @nuxt/kit from 3.8.0 to 3.8.1 ([9e53a2b](https://github.com/stefanobartoletti/nuxt-social-share/commit/9e53a2be4efacad228cd4c4a5387b7c3394346db)) +* **deps:** use @iconify/vue as primary dep ([189ba16](https://github.com/stefanobartoletti/nuxt-social-share/commit/189ba16fccf7deec3d07e99347adbcc5328a7b07)) +* update readme ([2445c3c](https://github.com/stefanobartoletti/nuxt-social-share/commit/2445c3c554f4132f4312a77f77379b41b0ef556e)) + # Changelog @@ -62,5 +79,4 @@ ### 🏡 Chore - **deps-dev:** Bump vitest from 0.33.0 to 0.34.6 ([8af11d7](https://github.com/stefanobartoletti/nuxt-social-share/commit/8af11d7)) -- **deps-dev:** Bump @types/node from 20.8.9 to 20.8.10 ([04319b2](https://github.com/stefanobartoletti/nuxt-social-share/commit/04319b2)) - +- **deps-dev:** Bump @types/node from 20.8.9 to 20.8.10 ([04319b2](https://github.com/stefanobartoletti/nuxt-social-share/commit/04319b2)) \ No newline at end of file diff --git a/package.json b/package.json index 2658d50..44f9f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stefanobartoletti/nuxt-social-share", - "version": "0.1.7", + "version": "0.2.0", "description": "Simple Social Sharing for Nuxt", "repository": "stefanobartoletti/nuxt-social-share", "license": "MIT",