Skip to content

Commit

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

#### [18.2.1](https://github.com/avoidwork/woodland/compare/18.2.0...18.2.1)

- Bump eslint from 8.55.0 to 8.56.0 [`#63`](https://github.com/avoidwork/woodland/pull/63)
- Bump rollup from 4.9.0 to 4.9.1 [`#62`](https://github.com/avoidwork/woodland/pull/62)
- Replacing ints with constants, updating cli script to use `app.log()` and nullish coalescing [`3b762b0`](https://github.com/avoidwork/woodland/commit/3b762b07c2f40f68b5e143bc9b3a6104d9ceca32)

#### [18.2.0](https://github.com/avoidwork/woodland/compare/18.1.7...18.2.0)

> 15 December 2023
- Updating routing [`#61`](https://github.com/avoidwork/woodland/pull/61)
- Bump rollup from 4.8.0 to 4.9.0 [`#60`](https://github.com/avoidwork/woodland/pull/60)
- Bump rollup from 4.7.0 to 4.8.0 [`#59`](https://github.com/avoidwork/woodland/pull/59)
Expand All @@ -32,8 +40,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump tiny-lru from 11.2.3 to 11.2.5 [`#38`](https://github.com/avoidwork/woodland/pull/38)
- Bump eslint from 8.51.0 to 8.52.0 [`#37`](https://github.com/avoidwork/woodland/pull/37)
- Using named groups to extract params [`40cd128`](https://github.com/avoidwork/woodland/commit/40cd128a7009c9a59a188ff409a253c6ec818953)
- Moving the op back where it should be [`86a6b85`](https://github.com/avoidwork/woodland/commit/86a6b850a4fe8060866c061b8d098fa19cf3b588)
- Creating `staticFiles()` which takes a path input to simplify using `serve()` [`8463608`](https://github.com/avoidwork/woodland/commit/8463608f03782fe4222852f225204fe0c698d1df)
- Adding a test for new `req.params` regex based creation [`d605648`](https://github.com/avoidwork/woodland/commit/d605648719e328931c10ad4a58739872fc355cf5)

#### [18.1.7](https://github.com/avoidwork/woodland/compare/18.1.6...18.1.7)

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.0
* @version 18.2.1
*/
'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.0
* @version 18.2.1
*/
'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.0
* @version 18.2.1
*/
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.0",
"version": "18.2.1",
"description": "Lightweight HTTP framework with automatic headers",
"type": "module",
"types": "types/woodland.d.ts",
Expand Down

0 comments on commit 0753827

Please sign in to comment.