From 5fe18c45dd05d65449af566b78ae561c626dbbbf Mon Sep 17 00:00:00 2001 From: Fernando Daciuk Date: Mon, 15 Jul 2024 10:59:36 -0300 Subject: [PATCH] chore: update changelog --- packages/lib/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 92fecc8..fd4299d 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.13] - 2024-07-15 + +### Fixes 🐛 +- Add option to override globals by @fdaciuk in https://github.com/bettervim/better-tmux/pull/15 + ## [0.0.12] - 2024-07-13 ### Added 📦