Skip to content

Commit da43890

Browse files
chore(release): 1.13.2 [skip ci]
## [1.13.2](v1.13.1...v1.13.2) (2025-08-10) ### Bug Fixes * **ripgrep:** handle paths with spaces by quoting paths ([7511939](7511939))
1 parent 7e897ec commit da43890

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org) for commit guidelines.
44

5+
## [1.13.2](https://github.com/joshmu/periscope/compare/v1.13.1...v1.13.2) (2025-08-10)
6+
7+
### Bug Fixes
8+
9+
- **ripgrep:** handle paths with spaces by quoting paths ([7511939](https://github.com/joshmu/periscope/commit/75119390aa8f91b3e92433a08107137f8fad68c6))
10+
511
## [1.13.1](https://github.com/joshmu/periscope/compare/v1.13.0...v1.13.1) (2025-08-08)
612

713
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"search in file",
1717
"search preview"
1818
],
19-
"version": "1.13.1",
19+
"version": "1.13.2",
2020
"publisher": "JoshMu",
2121
"icon": "assets/icon.png",
2222
"repository": {

0 commit comments

Comments
 (0)