Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#1)
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
github-actions[bot] authored Aug 7, 2022
1 parent 14d0dd3 commit 6aaa6e2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.0.0 (2022-08-07)


### ⚠ BREAKING CHANGES

* Update Jest to 28

### Continuous Integration

* Add workflows ([c830a77](https://github.com/streetsidesoftware/jest-mock-vscode/commit/c830a77dde00c204afa12908ea014579ac789fe5))
* Create .release-please-manifest.json ([06121ed](https://github.com/streetsidesoftware/jest-mock-vscode/commit/06121edc46815981f083a547214e298626a44afb))
* fix release-please workflow ([969faa6](https://github.com/streetsidesoftware/jest-mock-vscode/commit/969faa63e2bc9fddc5b7bda6679adbed39f7d5dc))
* fix test workflow ([79bf12d](https://github.com/streetsidesoftware/jest-mock-vscode/commit/79bf12de73335e4995b4a57e928c0a845bbca4b0))
* Initial copy out of vscode-spell-checker ([f14393f](https://github.com/streetsidesoftware/jest-mock-vscode/commit/f14393fa6965c85758a5720bb344c22cba0fd081))
* Update Jest to 28 ([41173af](https://github.com/streetsidesoftware/jest-mock-vscode/commit/41173af9442c03c8bb8d0b5b4e3ea497b9462e14))
* Update publish steps. ([14d0dd3](https://github.com/streetsidesoftware/jest-mock-vscode/commit/14d0dd37a1e6eb52263099a7c3288bd428f3ad95))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock-vscode",
"version": "0.1.7",
"version": "1.0.0",
"description": "VS Code Mock for jest",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6aaa6e2

Please sign in to comment.