Skip to content

Commit 6083a15

Browse files
chore(main): release 1.1.2 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37b61c8 commit 6083a15

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.1.2](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v1.1.1...v1.1.2) (2022-09-09)
4+
5+
6+
### Tests
7+
8+
* Add test for instanceOf ([#26](https://github.com/streetsidesoftware/jest-mock-vscode/issues/26)) ([9368008](https://github.com/streetsidesoftware/jest-mock-vscode/commit/93680083e3944590b5a949d3f30b51f061a4c274))
9+
10+
11+
### Updates and Bug Fixes
12+
13+
* Add mock for `fs.stat` ([#28](https://github.com/streetsidesoftware/jest-mock-vscode/issues/28)) ([37b61c8](https://github.com/streetsidesoftware/jest-mock-vscode/commit/37b61c8fbe35945204d2b125adac788493c8ba0c))
14+
315
## [1.1.1](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v1.1.0...v1.1.1) (2022-09-09)
416

517

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": "1.1.1",
3+
"version": "1.1.2",
44
"description": "VS Code Mock for jest",
55
"main": "index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)