Skip to content

Commit

Permalink
chore: release main (#2124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Jason3S and github-actions[bot] committed Aug 7, 2022
1 parent ade3bfb commit 3b08011
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.5.0",
"packages/jest-mock-vscode": "0.1.6"
".": "2.5.1",
"packages/jest-mock-vscode": "0.1.7"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.5.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.5.0...code-spell-checker-v2.5.1) (2022-08-07)


### Continuous Integration

* Bump jest-mock-vscode to 1.0 ([67ab7a4](https://github.com/streetsidesoftware/vscode-spell-checker/commit/67ab7a45b237e5b78e70048cdb7fc13b71b4ba6c))
* Create release-please.yml ([f3f7ca2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f3f7ca299eca2b26895560a78680f347f3e9166a))
* disable Azure integration tests ([e49e4d2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/e49e4d28269a94a52cf5e78ad34f9214d1b419cc))
* setting up release-please ([8cb6a79](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8cb6a79e15cde01b361158fb5e1df32c7ebde38d))
* use full tag name ([ed9f813](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ed9f813482a660087b4becd54252d45d50a99925))
* Workflow Bot -- Update ALL Dependencies ([#2125](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2125)) ([ade3bfb](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ade3bfbcb5fe6a13b41447ef7f7baa5269411cd6))

### 2.3.5 (2022-08-06)

### 2.3.4 (2022-07-30)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "2.5.0",
"version": "2.5.1",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-mock-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.7](https://github.com/streetsidesoftware/vscode-spell-checker/compare/jest-mock-vscode-v0.1.6...jest-mock-vscode-v0.1.7) (2022-08-07)


### Continuous Integration

* Bump jest-mock-vscode to 1.0 ([67ab7a4](https://github.com/streetsidesoftware/vscode-spell-checker/commit/67ab7a45b237e5b78e70048cdb7fc13b71b4ba6c))
2 changes: 1 addition & 1 deletion packages/jest-mock-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock-vscode",
"version": "1.0.0",
"version": "0.1.7",
"description": "VS Code Mock for jest",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3b08011

Please sign in to comment.