From 5513bcd16ea7284d453c791cfe490d2ff3485633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81=C4=85giewka?= Date: Mon, 30 Dec 2024 12:00:43 +0100 Subject: [PATCH] update changelog to the unreleased version --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d9cb6c0..f8385bfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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). +## Unreleased + +### Changed + +- Removed `got` in favour of node's global `fetch` + ## 2.132.0 - 2024-12-30 ### Added @@ -28,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `Nx` from version `20.1.2` to `20.3.0` - Upgraded `prisma` from version `6.0.1` to `6.1.0` - Upgraded `zone.js` from version `0.14.10` to `0.15.0` -- Removed `got` in favour of node's global `fetch` ### Fixed