Skip to content

Commit

Permalink
chore(release): v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jun 19, 2024
1 parent 2d5c560 commit a457791
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v3.5.1

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

### 📖 Documentation

- Use new `nuxi module add` command in installation ([#3](https://github.com/Yizack/nuxt-twemoji/pull/3))

### 🏡 Chore

- Indicate compatibility with new v4 major ([#4](https://github.com/Yizack/nuxt-twemoji/pull/4))
- Migrate eslint ([2d5c560](https://github.com/Yizack/nuxt-twemoji/commit/2d5c560))

### ❤️ Contributors

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

## v3.5.0

[compare changes](https://github.com/Yizack/nuxt-twemoji/compare/v3.4.5...v3.5.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.5.0",
"version": "3.5.1",
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images",
"keywords": [
"nuxt",
Expand All @@ -27,7 +27,7 @@
},
"./emojis": {
"types": "./dist/runtime/assets/emojis.d.ts",
"import": "./dist/runtime/assets/emojis.mjs"
"import": "./dist/runtime/assets/emojis.js"
}
},
"main": "./dist/module.cjs",
Expand Down

0 comments on commit a457791

Please sign in to comment.