Skip to content

Commit 9b1b051

Browse files
committed
chore(release): cut version 0.15.0
- Add the 0.15.0 compare link and point unreleased at it - Bump the package version to 0.15.0 - Move the unreleased notes under the 0.15.0 changelog heading
1 parent e926382 commit 9b1b051

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
## [Unreleased]
1010

11+
---
12+
13+
## [0.15.0] - 2026-06-26
14+
1115
### Added
1216

1317
#### Request And Response Surface
@@ -737,7 +741,8 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
737741

738742
---
739743

740-
[Unreleased]: https://github.com/NeaByteLab/Deserve/compare/v0.14.0...HEAD
744+
[Unreleased]: https://github.com/NeaByteLab/Deserve/compare/v0.15.0...HEAD
745+
[0.15.0]: https://github.com/NeaByteLab/Deserve/compare/v0.14.0...v0.15.0
741746
[0.14.0]: https://github.com/NeaByteLab/Deserve/compare/v0.13.0...v0.14.0
742747
[0.13.0]: https://github.com/NeaByteLab/Deserve/compare/v0.12.2...v0.13.0
743748
[0.12.2]: https://github.com/NeaByteLab/Deserve/compare/v0.12.1...v0.12.2

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/deserve",
33
"description": "HTTP server with file-based routing library for Deno",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

0 commit comments

Comments
 (0)