We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c56f55 commit 723f9cdCopy full SHA for 723f9cd
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.2.2](https://github.com/pysan3/pathlib.nvim/compare/v2.2.1...v2.2.2) (2024-04-26)
4
+
5
6
+### Bug Fixes
7
8
+* **base:** fix type annotations ([1c56f55](https://github.com/pysan3/pathlib.nvim/commit/1c56f55e89a66654df47e5ed2a35885bfb79d90d))
9
10
## [2.2.1](https://github.com/pysan3/pathlib.nvim/compare/v2.2.0...v2.2.1) (2024-04-26)
11
12
conf.py
@@ -9,7 +9,7 @@
project = 'pathlib.nvim'
copyright = '2023, pysan3'
author = 'pysan3'
-release = '2.2.1' # x-release-please-version
+release = '2.2.2' # x-release-please-version
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments