diff --git a/CHANGELOG.md b/CHANGELOG.md index 971e575..1e5f462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.6](https://github.com/Psifi-Solutions/csrf-csrf/compare/v3.0.5...v3.0.6) (2024-05-17) + +* No changes, just a bump to fix broken release + ### [3.0.5](https://github.com/Psifi-Solutions/csrf-csrf/compare/v3.0.4...v3.0.5) (2024-05-15) diff --git a/package-lock.json b/package-lock.json index 27a80b0..4113fad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csrf-csrf", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "csrf-csrf", - "version": "3.0.5", + "version": "3.0.6", "license": "ISC", "dependencies": { "http-errors": "^2.0.0" diff --git a/package.json b/package.json index 9ed948f..2ad3b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csrf-csrf", - "version": "3.0.5", + "version": "3.0.6", "description": "A utility package to help implement stateless CSRF protection using the Double Submit Cookie Pattern in express.", "type": "module", "main": "./lib/cjs/index.cjs",