Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samk-dev committed Apr 5, 2024
1 parent c3530c4 commit ee5c511
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v1.1.0

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

### 🚀 Enhancements

- Added comments support in the csv file ([9c625bb](https://github.com/samk-dev/nuxt-translation-manager/commit/9c625bb))

### 🩹 Fixes

- Adopt forward-compatible approach to `builder:watch` ([90aecf0](https://github.com/samk-dev/nuxt-translation-manager/commit/90aecf0))
- Don't use shadowed `resolve` ([79558f7](https://github.com/samk-dev/nuxt-translation-manager/commit/79558f7))
- Typescript complains not finding .nuxt ([c6a62d7](https://github.com/samk-dev/nuxt-translation-manager/commit/c6a62d7))
- **dev:** Trying to generate locales when the module generate its own types ([955da25](https://github.com/samk-dev/nuxt-translation-manager/commit/955da25))

### 📖 Documentation

- Improve readme.md ([b217c9d](https://github.com/samk-dev/nuxt-translation-manager/commit/b217c9d))
- Use new `nuxi module add` command in installation ([05d4948](https://github.com/samk-dev/nuxt-translation-manager/commit/05d4948))
- Added Codesandbox example ([ac6b64d](https://github.com/samk-dev/nuxt-translation-manager/commit/ac6b64d))

### 🏡 Chore

- Added vscode settings to use project typescript version ([2fc7ac8](https://github.com/samk-dev/nuxt-translation-manager/commit/2fc7ac8))
- Update import from 'node' to 'node:fs' ([904982a](https://github.com/samk-dev/nuxt-translation-manager/commit/904982a))
- Remove generated json files ([f8b373b](https://github.com/samk-dev/nuxt-translation-manager/commit/f8b373b))
- **dev-deps:** Updated deps ([62fce4f](https://github.com/samk-dev/nuxt-translation-manager/commit/62fce4f))

### ❤️ Contributors

- Samk-dev ([@samk-dev](http://github.com/samk-dev))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v1.0.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-translation-manager",
"version": "1.0.1",
"version": "1.1.0",
"description": "Simple and easy to use translation manager for nuxt and nuxt-i18n that allows to manage translations from a single CSV file.",
"repository": "samk-dev/nuxt-translation-manager",
"license": "MIT",
Expand Down Expand Up @@ -53,4 +53,4 @@
"vitest": "^1.4.0"
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}
}

0 comments on commit ee5c511

Please sign in to comment.