Skip to content

Commit

Permalink
Generated CHANGELOG.md
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
avoidwork committed Dec 28, 2023
1 parent 15a3234 commit 8e757ae
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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).

#### [18.2.4](https://github.com/avoidwork/woodland/compare/18.2.3...18.2.4)

- Replacing strings with constants [`15a3234`](https://github.com/avoidwork/woodland/commit/15a32348094b536971d7044aff5e8fe20f59f473)

#### [18.2.3](https://github.com/avoidwork/woodland/compare/18.2.2...18.2.3)

> 27 December 2023
- Generating CHANGELOG.md [`0da1c05`](https://github.com/avoidwork/woodland/commit/0da1c05e6cf9e5cceb37594d9cddd0fcbe6febe7)
- Specifying the logging level of the cli script logged line [`b01c11e`](https://github.com/avoidwork/woodland/commit/b01c11e1d9a9f02de1f2e1aab1b487a8583a2ec7)

#### [18.2.2](https://github.com/avoidwork/woodland/compare/18.2.1...18.2.2)
Expand Down
2 changes: 1 addition & 1 deletion dist/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 18.2.3
* @version 18.2.4
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/woodland.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 18.2.3
* @version 18.2.4
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/woodland.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 18.2.3
* @version 18.2.4
*/
import {STATUS_CODES,METHODS}from'node:http';import {join,extname,resolve}from'node:path';import {EventEmitter}from'node:events';import {stat,readdir}from'node:fs/promises';import {etag}from'tiny-etag';import {precise}from'precise';import {lru}from'tiny-lru';import {createRequire}from'node:module';import {fileURLToPath,URL}from'node:url';import {readFileSync,createReadStream}from'node:fs';import {coerce}from'tiny-coerce';import mimeDb from'mime-db';const __dirname$1 = fileURLToPath(new URL(".", import.meta.url));
const require = createRequire(import.meta.url);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodland",
"version": "18.2.3",
"version": "18.2.4",
"description": "Lightweight HTTP framework with automatic headers",
"type": "module",
"types": "types/woodland.d.ts",
Expand Down

0 comments on commit 8e757ae

Please sign in to comment.