From 23bb34c1f7fee4136d6a03087456491b2fcad543 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 11 Sep 2024 16:34:05 +0300 Subject: [PATCH] fix links in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b32c0a..1088aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## 0.33.0 (2024-09-11) -- refactor!: merge Error and HttpError by @EdJoPaTo in https://github.com/ayrat555/frankenstein/pull/204 -- refactor: improve generic argument naming by @EdJoPaTo in https://github.com/ayrat555/frankenstein/pull/205 -- refactor(json)!: generalize encoding/decoding by @EdJoPaTo in https://github.com/ayrat555/frankenstein/pull/206 -- Migrate from `typed-builder` to `bon` by @Veetaha in https://github.com/ayrat555/frankenstein/pull/196 +- refactor!: merge Error and HttpError by @EdJoPaTo - [#204](https://github.com/ayrat555/frankenstein/pull/204) +- refactor: improve generic argument naming by @EdJoPaTo - [#205](https://github.com/ayrat555/frankenstein/pull/205) +- refactor(json)!: generalize encoding/decoding by @EdJoPaTo - [#206](https://github.com/ayrat555/frankenstein/pull/206) +- Migrate from `typed-builder` to `bon` by @Veetaha - [#196](https://github.com/ayrat555/frankenstein/pull/196) ## 0.32.5 (2024-09-07)