Skip to content

Commit 00eabfe

Browse files
committed
chore(release): 2.16.1 [skip ci]
## [2.16.1](v2.16.0...v2.16.1) (2023-06-19) ### Bug Fixes * Use path.posix to handle uri related paths ([#1598](#1598)) ([1ea1b26](1ea1b26))
1 parent 1ea1b26 commit 00eabfe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.16.1](https://github.com/JohnstonCode/svn-scm/compare/v2.16.0...v2.16.1) (2023-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Use path.posix to handle uri related paths ([#1598](https://github.com/JohnstonCode/svn-scm/issues/1598)) ([1ea1b26](https://github.com/JohnstonCode/svn-scm/commit/1ea1b26e14cdfeea941ece35004aa659c80c9a2e))
7+
18
# [2.16.0](https://github.com/JohnstonCode/svn-scm/compare/v2.15.7...v2.16.0) (2023-06-19)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "2.16.0",
5+
"version": "2.16.1",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.44.0"

0 commit comments

Comments
 (0)