Skip to content

Commit 947bcb3

Browse files
chore(release): 🔖 1.6.0 [skip ci]
# [1.6.0](v1.5.2...v1.6.0) (2024-07-17) ### Bug Fixes * 🐛 support uppercase methods ([1c3073b](1c3073b)), closes [#39](#39) ### Features * ✨ option to configure header name ([2e093cc](2e093cc)), closes [#38](#38)
1 parent 2e093cc commit 947bcb3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.6.0](https://github.com/morgbn/nuxt-csurf/compare/v1.5.2...v1.6.0) (2024-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: support uppercase methods ([1c3073b](https://github.com/morgbn/nuxt-csurf/commit/1c3073b5242214a0acd759eb0f2fe8d7cef82333)), closes [#39](https://github.com/morgbn/nuxt-csurf/issues/39)
7+
8+
9+
### Features
10+
11+
* :sparkles: option to configure header name ([2e093cc](https://github.com/morgbn/nuxt-csurf/commit/2e093cc755b45e026c90cda7b96c9cf8a3d29388)), closes [#38](https://github.com/morgbn/nuxt-csurf/issues/38)
12+
113
## [1.5.2](https://github.com/morgbn/nuxt-csurf/compare/v1.5.1...v1.5.2) (2024-04-21)
214

315

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.5.2",
3+
"version": "1.6.0",
44
"description": "Nuxt Cross-Site Request Forgery (CSRF) Prevention",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)