Skip to content

Commit a1bebec

Browse files
committed
chore(release): v3.3.1
1 parent ea0c655 commit a1bebec

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v3.3.1
5+
6+
[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.3.0...v3.3.1)
7+
8+
9+
### 🩹 Fixes
10+
11+
- Fix watchEffect ([a39b984](https://github.com/Yizack/nuxt-twemoji/commit/a39b984))
12+
13+
### 🏡 Chore
14+
15+
- Changelog github link ([1ff0a8b](https://github.com/Yizack/nuxt-twemoji/commit/1ff0a8b))
16+
- Pnpm update ([f8e2da0](https://github.com/Yizack/nuxt-twemoji/commit/f8e2da0))
17+
- Revert playground to stackblitz ([5e397a6](https://github.com/Yizack/nuxt-twemoji/commit/5e397a6))
18+
- Code wrap for twemojify examples ([ea0c655](https://github.com/Yizack/nuxt-twemoji/commit/ea0c655))
19+
20+
### ❤️ Contributors
21+
22+
- Yizack Rangel ([@Yizack](http://github.com/Yizack))
23+
424
## v3.3.0
525

626
[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.2.7...v3.3.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-twemoji",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)