From 41b65cdfdd42494f1bf277ef708ce49da72ae174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:01:25 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79bee9..66e884a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/joshuar/autocorrector/compare/v3.0.1...v3.1.0) (2023-10-22) + + +### Features + +* **db:** sync database to disk every hour ([c06af4e](https://github.com/joshuar/autocorrector/commit/c06af4eb3356d33ca14cd2270a53ab9e814329e9)) + + +### Bug Fixes + +* **keytracker:** remove non-working pattern matching code ([e495f1b](https://github.com/joshuar/autocorrector/commit/e495f1b7932273f2b9f8557eee121267898d238c)) + ## [3.0.1](https://github.com/joshuar/autocorrector/compare/v3.0.0...v3.0.1) (2023-10-18)