From 2ef843caf87586aca6603db23d2771791e824b47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:48:35 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e54584..26f063d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/folke/drop.nvim/compare/v1.2.0...v1.3.0) (2024-10-02) + + +### Features + +* **themes:** update matrix symbols to use katakana and chars used in… ([#35](https://github.com/folke/drop.nvim/issues/35)) ([102d98a](https://github.com/folke/drop.nvim/commit/102d98af2ae91db115e1c36bf1779ac8102f6e8b)) + + +### Bug Fixes + +* **main:** allow a custom theme to be specified in options.theme ([#31](https://github.com/folke/drop.nvim/issues/31)) ([a7181be](https://github.com/folke/drop.nvim/commit/a7181be75e4167718445b7d8409a70ca63914add)) + ## [1.2.0](https://github.com/folke/drop.nvim/compare/v1.1.0...v1.2.0) (2024-07-06)