Skip to content

Commit 78467ee

Browse files
committed
chore(release): v1.1.1
1 parent 8b44eb2 commit 78467ee

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v1.1.1
5+
6+
[compare changes](https://github.com/samk-dev/nuxt-translation-manager/compare/v1.1.0...v1.1.1)
7+
8+
### 🩹 Fixes
9+
10+
- Typescript complaining about possible undefined value ([210116c](https://github.com/samk-dev/nuxt-translation-manager/commit/210116c))
11+
12+
### 📖 Documentation
13+
14+
- Prepare readme for nuxt v4 ([4748491](https://github.com/samk-dev/nuxt-translation-manager/commit/4748491))
15+
16+
### 🏡 Chore
17+
18+
- Indicate compatibility with new v4 major ([df5246e](https://github.com/samk-dev/nuxt-translation-manager/commit/df5246e))
19+
- **dev-deps:** Update module dependencies ([76cbd1d](https://github.com/samk-dev/nuxt-translation-manager/commit/76cbd1d))
20+
- Update playground to v4 format ([46eb4f6](https://github.com/samk-dev/nuxt-translation-manager/commit/46eb4f6))
21+
- Deps update ([c708842](https://github.com/samk-dev/nuxt-translation-manager/commit/c708842))
22+
23+
### ❤️ Contributors
24+
25+
- Samk-dev ([@samk-dev](http://github.com/samk-dev))
26+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
27+
428
## v1.1.0
529

630
[compare changes](https://github.com/samk-dev/nuxt-translation-manager/compare/v1.0.1...v1.1.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-translation-manager",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple and easy to use translation manager for nuxt and nuxt-i18n that allows to manage translations from a single CSV file.",
55
"repository": "samk-dev/nuxt-translation-manager",
66
"license": "MIT",

0 commit comments

Comments
 (0)