From a36b49acbefd8d2cdfecb98d345a35ee4f481799 Mon Sep 17 00:00:00 2001 From: Tristan Jahnke Date: Wed, 9 Oct 2024 15:28:27 -0500 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8653574..a47de18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/RemoteRabbit/dot_files/compare/v1.0.0...v1.1.0) (2024-10-09) + + +### Features + +* **git:** base updates for multi user ([#44](https://github.com/RemoteRabbit/dot_files/issues/44)) ([0635aef](https://github.com/RemoteRabbit/dot_files/commit/0635aeff602e7d96a7b96748190e46c638dff3d4)) +* **nvim:** Add pomo session timer setup ([#45](https://github.com/RemoteRabbit/dot_files/issues/45)) ([9410acf](https://github.com/RemoteRabbit/dot_files/commit/9410acfe18096ac073f1108ef3293a0ec99bdf54)) + + +### Bug Fixes + +* **nvim:** Fix the file add for NeoVim ([c4ba3a6](https://github.com/RemoteRabbit/dot_files/commit/c4ba3a64bd88568f63248ec09a469a02a2fdd22c)) +* **nvim:** remove module setup ([bb66fc6](https://github.com/RemoteRabbit/dot_files/commit/bb66fc6acf41f80002950aa36c70aa8080386c9d)) +* **ssh:** fix config file for ssh files ([#46](https://github.com/RemoteRabbit/dot_files/issues/46)) ([f4599dd](https://github.com/RemoteRabbit/dot_files/commit/f4599dde71d464f788acc1395ae827e3166a0a84)) + ## 1.0.0 (2024-10-09)