Skip to content

Commit cbf4f01

Browse files
chore(main): release 1.3.0 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a6d31e5 commit cbf4f01

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.2.1"}
1+
{".":"1.3.0"}

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v1.2.1...v1.3.0) (2023-01-08)
4+
5+
6+
### Features
7+
8+
* Update VSCode to (^1.74.0) [#54](https://github.com/streetsidesoftware/jest-mock-vscode/issues/54) ([d685149](https://github.com/streetsidesoftware/jest-mock-vscode/commit/d6851496d5884fe90faee6be8148315fcedb3f19))
9+
10+
11+
### Continuous Integration
12+
13+
* Workflow Bot -- Update ALL Dependencies ([#49](https://github.com/streetsidesoftware/jest-mock-vscode/issues/49)) ([ccc2cad](https://github.com/streetsidesoftware/jest-mock-vscode/commit/ccc2cad8a55e79475bfe1369794c28b75fb6b752))
14+
* Workflow Bot -- Update ALL Dependencies ([#51](https://github.com/streetsidesoftware/jest-mock-vscode/issues/51)) ([bd3b3b4](https://github.com/streetsidesoftware/jest-mock-vscode/commit/bd3b3b4fbbd1d362ff4a6943e43b09824c8f1cf3))
15+
* Workflow Bot -- Update ALL Dependencies ([#52](https://github.com/streetsidesoftware/jest-mock-vscode/issues/52)) ([e9b45e9](https://github.com/streetsidesoftware/jest-mock-vscode/commit/e9b45e920189870621f692ffb0f3557f18fbab9d))
16+
* Workflow Bot -- Update ALL Dependencies ([#53](https://github.com/streetsidesoftware/jest-mock-vscode/issues/53)) ([a6d31e5](https://github.com/streetsidesoftware/jest-mock-vscode/commit/a6d31e547881121b2142b525b5dd56d87a2f2e1e))
17+
318
## [1.2.1](https://github.com/streetsidesoftware/jest-mock-vscode/compare/v1.2.0...v1.2.1) (2022-11-21)
419

520

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

0 commit comments

Comments
 (0)