Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Jul 8, 2024
1 parent ffa6832 commit b0d30f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.0.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.7.1...v1.0.0) (2024-07-08)


### ⚠ BREAKING CHANGES

* add required `baseUrl` module option

### 🩹 Bug Fixes

* add required `baseUrl` module option ([118d48f](https://github.com/stefanobartoletti/nuxt-social-share/commit/118d48fb3b9902f8f7b5f65f48e312d40f62da85))
* fix variable name typo ([c525788](https://github.com/stefanobartoletti/nuxt-social-share/commit/c5257886852268e0b1a14e6dd8998ec84e12d8f2))
* use URL constructors to return URLs ([b665186](https://github.com/stefanobartoletti/nuxt-social-share/commit/b665186144ff2d875e11ace387a8aa692d8a2643))


### 📖 Documentation

* add note abuout using env variable ([22867b5](https://github.com/stefanobartoletti/nuxt-social-share/commit/22867b5f0d0c563da3314f78443f5afd84c3a663))


### ⚙️ Refactor

* build shareurl as computed property ([2c49e06](https://github.com/stefanobartoletti/nuxt-social-share/commit/2c49e06c6a7d19e0e87a8f8cce354ea9a57fcafb))

## [0.7.1](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.7.0...v0.7.1) (2024-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stefanobartoletti/nuxt-social-share",
"type": "module",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Simple Social Sharing for Nuxt",
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",
Expand Down

0 comments on commit b0d30f9

Please sign in to comment.