Skip to content

Commit f9f104f

Browse files
chore(main): release 4.3.2 (#568)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57f1f93 commit f9f104f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.3.1"}
1+
{".":"4.3.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.3.2](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v4.3.1...v4.3.2) (2025-05-02)
4+
5+
6+
### Updates and Bug Fixes
7+
8+
* `TextDocument.lineAt` properties ([#565](https://github.com/streetsidesoftware/jest-mock-vscode/issues/565)) ([ace3261](https://github.com/streetsidesoftware/jest-mock-vscode/commit/ace3261fca115219f8709851dd3c69d468b35996))
9+
310
## [4.3.1](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v4.3.0...v4.3.1) (2025-04-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-mock-vscode",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "VS Code Mock for jest",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)