Skip to content

Commit a1aa7dc

Browse files
chore(release): 🔖 1.6.4 [skip ci]
## [1.6.4](v1.6.3...v1.6.4) (2024-10-29) ### Bug Fixes * 🎨 better custom useFetch ([60115ef](60115ef)), closes [#49](#49) * 🎨 store `encryptSecret` in runtimeConfig ([9c901c5](9c901c5)), closes [#41](#41) * 🏷️ `useCsrfFetch` type ([219b729](219b729))
1 parent 9c901c5 commit a1aa7dc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.4](https://github.com/Morgbn/nuxt-csurf/compare/v1.6.3...v1.6.4) (2024-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* :art: better custom useFetch ([60115ef](https://github.com/Morgbn/nuxt-csurf/commit/60115eff1c59ac2a2b3a1b63a73a96bc19a263c0)), closes [#49](https://github.com/Morgbn/nuxt-csurf/issues/49)
7+
* :art: store `encryptSecret` in runtimeConfig ([9c901c5](https://github.com/Morgbn/nuxt-csurf/commit/9c901c5017749d71b7d561778d56620f082a06bc)), closes [#41](https://github.com/Morgbn/nuxt-csurf/issues/41)
8+
* :label: `useCsrfFetch` type ([219b729](https://github.com/Morgbn/nuxt-csurf/commit/219b7293c8312fdb076443d8b71227e716ca97e8))
9+
110
## [1.6.3](https://github.com/Morgbn/nuxt-csurf/compare/v1.6.2...v1.6.3) (2024-10-01)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-csurf",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Nuxt Cross-Site Request Forgery (CSRF) Prevention",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)