Skip to content

Commit

Permalink
chore(release): v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Oct 17, 2024
1 parent 43f9ba3 commit f5f7f40
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v1.24.0

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

### 🚀 Enhancements

- Custom locale pattern matcher ([1ab8688](https://github.com/s00d/nuxt-i18n-micro/commit/1ab8688))
- Add a new property to the type Locale ([bd75224](https://github.com/s00d/nuxt-i18n-micro/commit/bd75224))

### 🩹 Fixes

- Mark displayName as an optional property ([126cba7](https://github.com/s00d/nuxt-i18n-micro/commit/126cba7))
- Tests ([c12f76a](https://github.com/s00d/nuxt-i18n-micro/commit/c12f76a))
- Workspaces ([43f9ba3](https://github.com/s00d/nuxt-i18n-micro/commit/43f9ba3))

### 🏡 Chore

- Update lock-file ([8efc92a](https://github.com/s00d/nuxt-i18n-micro/commit/8efc92a))

### ❤️ Contributors

- Pavel Kuzmin ([@s00d](http://github.com/s00d))
- Liuqi <[email protected]>
- Rigo-m <[email protected]>

## v1.23.1

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

Please sign in to comment.