Skip to content

Commit

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


## v1.2.0

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

### 🚀 Enhancements

- **devtools:** Use devtools uikit ([f244ef5](https://github.com/s00d/nuxt-i18n-micro/commit/f244ef5))

### 🩹 Fixes

- **types:** Augment `@vue/runtime-core` and fix $getLocales return type ([546ae33](https://github.com/s00d/nuxt-i18n-micro/commit/546ae33))
- Create locales files ([9dfcb87](https://github.com/s00d/nuxt-i18n-micro/commit/9dfcb87))

### ❤️ Contributors

- Pavel Kuzmin ([@s00d](http://github.com/s00d))
- Artem Zhirov ([@azhirov](http://github.com/azhirov))
- Osama Haikal <[email protected]>

## v1.1.16

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

Please sign in to comment.