Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsBaumgartner1994 committed May 15, 2024
2 parents f148a32 + 86bfd35 commit db5991c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "directus-extension-auto-translation",
"description": "An extension for Directus that automatically translates fields using DeepL API when provided with an API key.",
"icon": "extension",
"version": "10.11.1",
"version": "10.11.2",
"keywords": [
"directus",
"directus-extension",
Expand All @@ -27,7 +27,9 @@
},
"release-it": {
"hooks": {
"before:init": ["npm run build"]
"before:init": [
"npm run build"
]
},
"git": {
"commitMessage": "[RELEASE] ${version}",
Expand Down

0 comments on commit db5991c

Please sign in to comment.