Skip to content

Commit 9b3b45f

Browse files
chore(main): release 2.1.0 (#135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9dc7512 commit 9b3b45f

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-
{".":"2.0.1"}
1+
{".":"2.1.0"}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v2.0.1...v2.1.0) (2023-09-05)
4+
5+
6+
### Documentation
7+
8+
* Update Vitest discussion in README ([#137](https://github.com/streetsidesoftware/jest-mock-vscode/issues/137)) ([9dc7512](https://github.com/streetsidesoftware/jest-mock-vscode/commit/9dc751247a01a841b8ba448f6f97c6b44d15e057))
9+
10+
11+
### Features
12+
13+
* Add Vitest support ([#134](https://github.com/streetsidesoftware/jest-mock-vscode/issues/134)) ([343c413](https://github.com/streetsidesoftware/jest-mock-vscode/commit/343c413dfc51a7ddf3d1bd87eeefadf1dbfe88b4))
14+
315
## [2.0.1](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v2.0.0...v2.0.1) (2023-09-04)
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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "VS Code Mock for jest",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)