Skip to content

Commit 8d55dbc

Browse files
committed
chore(release): bump version to 0.13.0
- Bump deno.json version from 0.12.2 to 0.13.0 - Promote the Unreleased changelog section to 0.13.0 - Refresh the Unreleased and 0.13.0 compare links
1 parent 21df412 commit 8d55dbc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
---
88

9-
## [Unreleased]
9+
## [0.13.0] - 2026-06-10
1010

1111
### Added
1212

@@ -621,7 +621,8 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
621621

622622
---
623623

624-
[Unreleased]: https://github.com/NeaByteLab/Deserve/compare/v0.12.2...HEAD
624+
[Unreleased]: https://github.com/NeaByteLab/Deserve/compare/v0.13.0...HEAD
625+
[0.13.0]: https://github.com/NeaByteLab/Deserve/compare/v0.12.2...v0.13.0
625626
[0.12.2]: https://github.com/NeaByteLab/Deserve/compare/v0.12.1...v0.12.2
626627
[0.12.1]: https://github.com/NeaByteLab/Deserve/compare/v0.12.0...v0.12.1
627628
[0.12.0]: https://github.com/NeaByteLab/Deserve/compare/v0.11.0...v0.12.0

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.12.2",
4+
"version": "0.13.0",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

0 commit comments

Comments
 (0)