Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Nov 7, 2023
1 parent 57fe06e commit cc5e601
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cc5e601

Please sign in to comment.