Skip to content

Commit

Permalink
chore(release): v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed May 11, 2023
1 parent 3382318 commit cf16f2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v5.3.0


### 馃殌 Enhancements

- Add Avif type support to DirectusThumbnailFormat (#141)

### 鉂わ笍 Contributors

- Alberto

## v5.2.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-directus",
"version": "5.2.1",
"version": "5.3.0",
"license": "MIT",
"repository": "https://github.com/intevel/nuxt-directus",
"homepage": "https://nuxt-directus.netlify.app/",
Expand Down
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default defineNuxtModule<ModuleOptions>({

declare module '@nuxt/schema' {
interface ConfigSchema {
directus?: ModuleOptions;
publicRuntimeConfig?: {
directus?: ModuleOptions;
};
Expand Down

0 comments on commit cf16f2b

Please sign in to comment.