From ba88657c6b8990b80b2386463c7453f4e1b3dc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Veres?= Date: Thu, 4 Apr 2024 18:56:20 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ packages/ogre/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff79a88..a465677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# (Thu Apr 04 2024) + +#### 🐛 Bug Fix + +- `@dotinc/ogre@0.8.1` + - fix: mutable remote refs [#171](https://github.com/dotindustries/ogre/pull/171) ([@nadilas](https://github.com/nadilas)) + +#### Authors: 1 + +- [@nadilas](https://github.com/nadilas) + +--- + # (Sat Mar 23 2024) #### 🚀 Enhancement diff --git a/packages/ogre/CHANGELOG.md b/packages/ogre/CHANGELOG.md index d985e98..2303366 100644 --- a/packages/ogre/CHANGELOG.md +++ b/packages/ogre/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.8.1 (Thu Apr 04 2024) + +#### 🐛 Bug Fix + +- fix: mutable remote refs [#171](https://github.com/dotindustries/ogre/pull/171) ([@nadilas](https://github.com/nadilas)) +- refactor: rename generic func ([@nadilas](https://github.com/nadilas)) +- fix: mutable remote refs ([@nadilas](https://github.com/nadilas)) + +#### Authors: 1 + +- [@nadilas](https://github.com/nadilas) + +--- + # v0.8.0 (Sat Mar 23 2024) #### 🚀 Enhancement