diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index abd44b5..09d25ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ This file is automatically generated by [Release Please](https://github.com/goog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.13](https://github.com/bubustack/bobrapet/compare/v0.1.12...v0.1.13) (2026-04-30) + + +### Features + +* emit typed transport config and update dependencies ([#99](https://github.com/bubustack/bobrapet/issues/99)) ([742ea5d](https://github.com/bubustack/bobrapet/commit/742ea5dd82dd7ab079ebe73de1cc6843cc562973)) + ## [0.1.12](https://github.com/bubustack/bobrapet/compare/v0.1.11...v0.1.12) (2026-04-22)