diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3600bb..ed13f8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [22.3.0](https://github.com/avoidwork/woodland/compare/22.2.1...22.3.0) + +- feat: add res.cookie, res.clearCookie, and fix writeHead header merging [`#398`](https://github.com/avoidwork/woodland/pull/398) +- chore: release v22.3.0 (#399) [`f6de1c5`](https://github.com/avoidwork/woodland/commit/f6de1c5685468fa75bf290e1acf1ae22f13d5f9c) + #### [22.2.1](https://github.com/avoidwork/woodland/compare/22.2.0...22.2.1) +> 23 May 2026 + +- chore: release v22.2.1 [`#394`](https://github.com/avoidwork/woodland/pull/394) - test: disable logging during test runs [`#392`](https://github.com/avoidwork/woodland/pull/392) - chore(deps-dev): bump oxfmt from 0.50.0 to 0.51.0 [`#387`](https://github.com/avoidwork/woodland/pull/387) - chore(deps-dev): bump oxlint from 1.65.0 to 1.66.0 [`#386`](https://github.com/avoidwork/woodland/pull/386) diff --git a/dist/cli.cjs b/dist/cli.cjs index b6c597e7..9ed48191 100644 --- a/dist/cli.cjs +++ b/dist/cli.cjs @@ -4,7 +4,7 @@ * * @copyright 2026 Jason Mulligan * @license BSD-3-Clause - * @version 22.2.1 + * @version 22.3.0 */ 'use strict'; diff --git a/dist/woodland.cjs b/dist/woodland.cjs index abcc9fdc..65ccf3fb 100644 --- a/dist/woodland.cjs +++ b/dist/woodland.cjs @@ -3,7 +3,7 @@ * * @copyright 2026 Jason Mulligan * @license BSD-3-Clause - * @version 22.2.1 + * @version 22.3.0 */ 'use strict'; diff --git a/dist/woodland.js b/dist/woodland.js index bf8fc90b..c5615593 100644 --- a/dist/woodland.js +++ b/dist/woodland.js @@ -3,7 +3,7 @@ * * @copyright 2026 Jason Mulligan * @license BSD-3-Clause - * @version 22.2.1 + * @version 22.3.0 */ import {STATUS_CODES}from'node:http';import {EventEmitter}from'node:events';import {readFileSync,createReadStream}from'node:fs';import {etag}from'tiny-etag';import {lru}from'tiny-lru';import {precise}from'precise';import {createRequire}from'node:module';import {join,extname,resolve,sep}from'node:path';import {fileURLToPath,URL as URL$1}from'node:url';import mimeDb from'mime-db';import {coerce}from'tiny-coerce';import {Validator}from'jsonschema';import {realpath,stat,readdir}from'node:fs/promises';const __dirname$2 = fileURLToPath(new URL$1(".", import.meta.url)); const require$1 = createRequire(import.meta.url); diff --git a/package-lock.json b/package-lock.json index bc88ca5b..f51e03cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woodland", - "version": "22.2.1", + "version": "22.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woodland", - "version": "22.2.1", + "version": "22.3.0", "license": "BSD-3-Clause", "dependencies": { "jsonschema": "^1.5.0", diff --git a/package.json b/package.json index 7457bc07..b28c489d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "22.2.1", + "version": "22.3.0", "description": "Secure HTTP framework for Node.js. Express-compatible with built-in security, no performance tradeoff.", "keywords": [ "api",