Skip to content

Commit 5787a66

Browse files
chore(release): v2.3.0
1 parent 687c8d4 commit 5787a66

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v2.3.0
4+
5+
[compare changes](https://github.com/stefanobartoletti/nuxt-social-share/compare/v2.2.1...v2.3.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Added a rel prop ([5299894](https://github.com/stefanobartoletti/nuxt-social-share/commit/5299894))
10+
11+
### 🩹 Fixes
12+
13+
- **deps:** Update nuxtjs monorepo to ^4.2.1 ([f6e296e](https://github.com/stefanobartoletti/nuxt-social-share/commit/f6e296e))
14+
15+
### 📖 Documentation
16+
17+
- Add docs for "rel" prop ([08f3a2c](https://github.com/stefanobartoletti/nuxt-social-share/commit/08f3a2c))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V2.2.1 ([ac86272](https://github.com/stefanobartoletti/nuxt-social-share/commit/ac86272))
22+
- Remove Claude Code Review workflow ([13c0656](https://github.com/stefanobartoletti/nuxt-social-share/commit/13c0656))
23+
- Update issue templates ([6f14ae2](https://github.com/stefanobartoletti/nuxt-social-share/commit/6f14ae2))
24+
25+
### ❤️ Contributors
26+
27+
- Stefano Bartoletti
28+
- Joanny Prignol
29+
330
## v2.2.1
431

532
[compare changes](https://github.com/stefanobartoletti/nuxt-social-share/compare/v2.2.0...v2.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stefanobartoletti/nuxt-social-share",
33
"type": "module",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"packageManager": "[email protected]",
66
"description": "Simple Social Sharing for Nuxt",
77
"author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",

0 commit comments

Comments
 (0)