diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f26e21..b2133f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.5.1...v0.5.2) (2024-01-31) + + +### 📖 Documentation + +* update docs ([69590f3](https://github.com/stefanobartoletti/nuxt-social-share/commit/69590f3b77f06bf487a5b03f9582c20b5a22dfbf)) + ## [0.5.1](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.5.0...v0.5.1) (2024-01-31) diff --git a/package.json b/package.json index db11934..f7e0035 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/nuxt-social-share", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "packageManager": "pnpm@8.15.1", "description": "Simple Social Sharing for Nuxt", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",