Skip to content

Commit

Permalink
chore(release): v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 15, 2024
1 parent f2017e2 commit 89a5506
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v3.6.0

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

### 🚀 Enhancements

- Add `expiresIn` app config for local storage caching ([a252ac0](https://github.com/Yizack/nuxt-twemoji/commit/a252ac0))
- Enable `Twemojify` caching for svg duplicates ([f950ad4](https://github.com/Yizack/nuxt-twemoji/commit/f950ad4))

### 🩹 Fixes

- Watch `Twemoji` props to avoid double fetching ([671a19f](https://github.com/Yizack/nuxt-twemoji/commit/671a19f))

### 📖 Documentation

- Fix tests badge ([883598a](https://github.com/Yizack/nuxt-twemoji/commit/883598a))
- Update nuxt badge colors ([953200d](https://github.com/Yizack/nuxt-twemoji/commit/953200d))
- Update info ([de5df42](https://github.com/Yizack/nuxt-twemoji/commit/de5df42))
- Update readme info ([f2017e2](https://github.com/Yizack/nuxt-twemoji/commit/f2017e2))

### 🏡 Chore

- Update ci ([40d6d33](https://github.com/Yizack/nuxt-twemoji/commit/40d6d33))
- Update ci code ([d7d9582](https://github.com/Yizack/nuxt-twemoji/commit/d7d9582))
- Update dependencies ([b32e20e](https://github.com/Yizack/nuxt-twemoji/commit/b32e20e))
- Set svg body vas string ([210959b](https://github.com/Yizack/nuxt-twemoji/commit/210959b))

### ❤️ Contributors

- Yizack Rangel ([@Yizack](http://github.com/Yizack))

## v3.5.2

[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.5.1...v3.5.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-twemoji",
"version": "3.5.2",
"version": "3.6.0",
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images",
"keywords": [
"nuxt",
Expand Down

0 comments on commit 89a5506

Please sign in to comment.