Skip to content

Commit

Permalink
build: ⬆️ update directus hook to 1.2.1
Browse files Browse the repository at this point in the history
Update Directus hook to 1.2.1  to remove additional type call
  • Loading branch information
craigharman committed Aug 29, 2022
1 parent 869cec8 commit 5b6cd4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ build: {
## 1.5.0 > 1.5.1

1. Update @nuxtus/cli to 1.3.0 in `client/package.json` and `npm install`
2. Update @nuxtus/nuxt-module to 1.0.4 in `client/package.json` and `npm install`
2. Update @nuxtus/nuxt-module to 1.0.4 in `client/package.json` and `npm install`
3. Update @nuxtus/directus-extension-nuxtus-hook to 1.2.1 in `server/package.json` and `npm install`
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"sqlite3": "^5.0.8"
},
"devDependencies": {
"@nuxtus/directus-extension-nuxtus-hook": "^1.2.0"
"@nuxtus/directus-extension-nuxtus-hook": "^1.2.1"
}
}

0 comments on commit 5b6cd4a

Please sign in to comment.