Skip to content

Commit

Permalink
chore(release): v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Dec 28, 2023
1 parent 5de2c0f commit 5d7c2c6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog


## v3.4.1

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

### 🩹 Fixes

- Replaced `@twemoji/parser` due to an error ([8e2f3f7](https://github.com/Yizack/nuxt-twemoji/commit/8e2f3f7))

### 🏡 Chore

- **release:** V3.4.0 ([5f693ba](https://github.com/Yizack/nuxt-twemoji/commit/5f693ba))
- Update ci file ([f8b9dd4](https://github.com/Yizack/nuxt-twemoji/commit/f8b9dd4))
- Update module-builder ([1b955e1](https://github.com/Yizack/nuxt-twemoji/commit/1b955e1))
- Explicit type import ([e42f8eb](https://github.com/Yizack/nuxt-twemoji/commit/e42f8eb))
- Constant typed ([0467a13](https://github.com/Yizack/nuxt-twemoji/commit/0467a13))
- Lint trainling semicolon ([5806820](https://github.com/Yizack/nuxt-twemoji/commit/5806820))
- Add twemojify more tests ([ba07ebc](https://github.com/Yizack/nuxt-twemoji/commit/ba07ebc))
- Restructure tests ([5de2c0f](https://github.com/Yizack/nuxt-twemoji/commit/5de2c0f))

### ❤️ Contributors

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

## v3.4.0

[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.3.5...v3.4.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-twemoji",
"version": "3.4.0",
"version": "3.4.1",
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -78,4 +78,4 @@
"domain": "github.com"
}
}
}
}

0 comments on commit 5d7c2c6

Please sign in to comment.