Skip to content

Commit

Permalink
chore(release): v1.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Jan 20, 2025
1 parent 582e0c8 commit 51df7fd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v1.65.1

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

### 🩹 Fixes

- **test/fixtures:** Correct import path for Strategies type ([2e1488e](https://github.com/s00d/nuxt-i18n-micro/commit/2e1488e))

### 💅 Refactors

- **plugins:** Remove redundant i18n properties from global config ([546bb09](https://github.com/s00d/nuxt-i18n-micro/commit/546bb09))

### 📖 Documentation

- **news:** Add announcement for major release v1.65.0 ([130a43d](https://github.com/s00d/nuxt-i18n-micro/commit/130a43d))
- **news:** Update release date for v1.65.0 announcement ([dbc82d8](https://github.com/s00d/nuxt-i18n-micro/commit/dbc82d8))
- **news:** Update release notes for v1.65.0 ([c1f8d79](https://github.com/s00d/nuxt-i18n-micro/commit/c1f8d79))

### 🏡 Chore

- **package:** Update postinstall script and add client:prepare script ([a00afa7](https://github.com/s00d/nuxt-i18n-micro/commit/a00afa7))
- **docs:** Remove prepack step from documentation workflow ([4da51f0](https://github.com/s00d/nuxt-i18n-micro/commit/4da51f0))
- **package:** Add postinstall script to release process ([582e0c8](https://github.com/s00d/nuxt-i18n-micro/commit/582e0c8))

### ❤️ Contributors

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

## v1.65.0

[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.64.0...v1.65.0)
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.65.0",
"version": "1.65.1",
"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

0 comments on commit 51df7fd

Please sign in to comment.