Skip to content

Commit

Permalink
chore(release): 2.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
cfl-bot committed Jan 27, 2025
1 parent d0b2b78 commit 00040ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.6.6](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.5...v2.6.6) (2025-01-27)


### Bug Fixes

* 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))

## [2.6.5](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v2.6.4...v2.6.5) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codeforlife",
"description": "Common frontend code",
"private": false,
"version": "2.6.5",
"version": "2.6.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 00040ed

Please sign in to comment.