Skip to content

Commit

Permalink
chore(release): v1.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Oct 17, 2024
1 parent fb7c1df commit 51a2ff9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## v1.25.5

[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.25.4...v1.25.5)

### 🩹 Fixes

- Add translation assets to dist ([7bc6876](https://github.com/s00d/nuxt-i18n-micro/commit/7bc6876))
- Add translation assets to dist ([5fa35d6](https://github.com/s00d/nuxt-i18n-micro/commit/5fa35d6))
- Add translation assets to dist ([fb7c1df](https://github.com/s00d/nuxt-i18n-micro/commit/fb7c1df))

### ❤️ Contributors

- Pavel Kuzmin ([@s00d](http://github.com/s00d))

## v1.25.4

[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.25.3...v1.25.4)
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-i18n-micro",
"version": "1.25.4",
"version": "1.25.5",
"description": "Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.",
"repository": "s00d/nuxt-i18n-micro",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions playground/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
publish = "dist/"
command = "mkdir -p .netlify/functions/locales && cp -r locales/* .netlify/functions/locales && npm run build"

0 comments on commit 51a2ff9

Please sign in to comment.