Skip to content

Commit 89a5506

Browse files
committed
chore(release): v3.6.0
1 parent f2017e2 commit 89a5506

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

33

4+
## v3.6.0
5+
6+
[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.5.2...v3.6.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add `expiresIn` app config for local storage caching ([a252ac0](https://github.com/Yizack/nuxt-twemoji/commit/a252ac0))
11+
- Enable `Twemojify` caching for svg duplicates ([f950ad4](https://github.com/Yizack/nuxt-twemoji/commit/f950ad4))
12+
13+
### 🩹 Fixes
14+
15+
- Watch `Twemoji` props to avoid double fetching ([671a19f](https://github.com/Yizack/nuxt-twemoji/commit/671a19f))
16+
17+
### 📖 Documentation
18+
19+
- Fix tests badge ([883598a](https://github.com/Yizack/nuxt-twemoji/commit/883598a))
20+
- Update nuxt badge colors ([953200d](https://github.com/Yizack/nuxt-twemoji/commit/953200d))
21+
- Update info ([de5df42](https://github.com/Yizack/nuxt-twemoji/commit/de5df42))
22+
- Update readme info ([f2017e2](https://github.com/Yizack/nuxt-twemoji/commit/f2017e2))
23+
24+
### 🏡 Chore
25+
26+
- Update ci ([40d6d33](https://github.com/Yizack/nuxt-twemoji/commit/40d6d33))
27+
- Update ci code ([d7d9582](https://github.com/Yizack/nuxt-twemoji/commit/d7d9582))
28+
- Update dependencies ([b32e20e](https://github.com/Yizack/nuxt-twemoji/commit/b32e20e))
29+
- Set svg body vas string ([210959b](https://github.com/Yizack/nuxt-twemoji/commit/210959b))
30+
31+
### ❤️ Contributors
32+
33+
- Yizack Rangel ([@Yizack](http://github.com/Yizack))
34+
435
## v3.5.2
536

637
[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.5.1...v3.5.2)

package.json

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

0 commit comments

Comments
 (0)