Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Nov 21, 2023
1 parent b9f9146 commit 34db598
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
52 changes: 51 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## [0.4.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.3.0...v0.4.0) (2023-11-21)


### 🚀 Features

* **a11y:** add `aria-label` attribute to component ([5ed9dd2](https://github.com/stefanobartoletti/nuxt-social-share/commit/5ed9dd2de69501fb52b8c34aa02b4c8605e68441))


### 🩹 Bug Fixes

* **deps:** update nuxtjs monorepo to ^3.8.2 ([48f7a32](https://github.com/stefanobartoletti/nuxt-social-share/commit/48f7a320d47dceb963c956e2a53d08d71b1ee5bd))


### 📖 Documentation

* update readme ([75e2713](https://github.com/stefanobartoletti/nuxt-social-share/commit/75e27133567d6121f2728d3e242b0da9c679fc57))


### 🏡 Chore

* add renovate config ([38a81ea](https://github.com/stefanobartoletti/nuxt-social-share/commit/38a81eae800fc42f8473036a723251482a826569))
* **deps-dev:** bump @commitlint/cli from 18.2.0 to 18.4.1 ([2d7394a](https://github.com/stefanobartoletti/nuxt-social-share/commit/2d7394a8ae068124ecce697a68998473675ab550))
* **deps-dev:** bump @commitlint/config-conventional ([21a2f2a](https://github.com/stefanobartoletti/nuxt-social-share/commit/21a2f2ad02b576737de78336add16af3d374ea01))
* **deps-dev:** bump @nuxt/devtools from 1.0.0 to 1.0.2 ([3ec9a36](https://github.com/stefanobartoletti/nuxt-social-share/commit/3ec9a36f0461389f6d3c5055affcf55f7f184db8))
* **deps-dev:** bump release-it and @release-it/conventional-changelog ([959ec3b](https://github.com/stefanobartoletti/nuxt-social-share/commit/959ec3bc86823840e0ae2f39231afbc5d9419102))
* **deps:** update commitlint monorepo to ^18.4.3 ([5c3e667](https://github.com/stefanobartoletti/nuxt-social-share/commit/5c3e6671698c909af3a5f1870fba14e4d9be25d4))
* **deps:** update dependency @nuxt/module-builder to ^0.5.4 ([1e3745a](https://github.com/stefanobartoletti/nuxt-social-share/commit/1e3745a92cbba714d5851ef6cc6f69cb59eddb27))
* **deps:** update dependency @types/node to ^20.9.3 ([87b0f0c](https://github.com/stefanobartoletti/nuxt-social-share/commit/87b0f0c24355f76129437814a17c7ec8eb0a189c))
* **deps:** update pnpm to v8.10.5 ([c09aaf8](https://github.com/stefanobartoletti/nuxt-social-share/commit/c09aaf89393dc57e9d9fcd2c062f794488194e77))
* fix renovate config ([0baed1f](https://github.com/stefanobartoletti/nuxt-social-share/commit/0baed1faec5f5ef9ced181ef6a86a817e3378362))
* switch to `@stefanobartoletti/eslint-config` ([aa2fa2f](https://github.com/stefanobartoletti/nuxt-social-share/commit/aa2fa2f4dcce9f272087e33dee86d1617ffad063))
* update eslint & eslint config ([f4a909b](https://github.com/stefanobartoletti/nuxt-social-share/commit/f4a909b8bae2d5aed435dd05860da147a7fb574f))
* update renovate config ([f22cc57](https://github.com/stefanobartoletti/nuxt-social-share/commit/f22cc57d1e2f87286095f4231b6c8b98a36e833a))


### 🤖 CI

* fix `release-it` config ([fd4d553](https://github.com/stefanobartoletti/nuxt-social-share/commit/fd4d55309fc3ef019a1350998451affe189177ed))
* update `release-it` config ([131cf74](https://github.com/stefanobartoletti/nuxt-social-share/commit/131cf7443505446d841ad204a75fa38fa5c01f82))


### 🔙 Reverts

* remove unwanted custom eslint rules ([bdd31e3](https://github.com/stefanobartoletti/nuxt-social-share/commit/bdd31e3f86d8ba840c090d19be0755be56517406))


### 🎨 Code Style

* lint project with new rules ([466a26b](https://github.com/stefanobartoletti/nuxt-social-share/commit/466a26b811fd62fe1e652c2dfecc833026f43220))

## [0.3.0](https://github.com/stefanobartoletti/nuxt-social-share/compare/v0.2.0...v0.3.0) (2023-11-13)


Expand Down Expand Up @@ -49,4 +99,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,7 +1,7 @@
{
"name": "@stefanobartoletti/nuxt-social-share",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"packageManager": "[email protected]",
"description": "Simple Social Sharing for Nuxt",
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",
Expand Down

0 comments on commit 34db598

Please sign in to comment.