Skip to content

Commit 00040ed

Browse files
committed
chore(release): 2.6.6 [skip ci]
## [2.6.6](v2.6.5...v2.6.6) (2025-01-27) ### Bug Fixes * csrf header for non-safe http methods ([#75](#75)) ([d0b2b78](d0b2b78))
1 parent d0b2b78 commit 00040ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.6.6](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.5...v2.6.6) (2025-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* csrf header for non-safe http methods ([#75](https://github.com/ocadotechnology/codeforlife-package-javascript/issues/75)) ([d0b2b78](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/d0b2b7852fbdc9f84ade5ec4d46cc8a980e60f1e))
7+
18
## [2.6.5](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.4...v2.6.5) (2025-01-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeforlife",
33
"description": "Common frontend code",
44
"private": false,
5-
"version": "2.6.5",
5+
"version": "2.6.6",
66
"type": "module",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)