Skip to content

Commit

Permalink
chore(release): 1.8.2
Browse files Browse the repository at this point in the history
## [1.8.2](v1.8.1...v1.8.2) (2023-08-18)

### Bug Fixes

* dont run workflow twice on PR push ([6a15709](6a15709))
* only run build on pushes to main ([c6d9e96](c6d9e96))
* postinstall script ([a441ea0](a441ea0))
* workflow concurrency ([ce4a70d](ce4a70d))
* workflow concurrency ([df6747c](df6747c))
  • Loading branch information
semantic-release-bot committed Aug 18, 2023
1 parent 692fb60 commit 1b479ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.8.2](https://github.com/oparaskos/vscode-fountain/compare/v1.8.1...v1.8.2) (2023-08-18)


### Bug Fixes

* dont run workflow twice on PR push ([6a15709](https://github.com/oparaskos/vscode-fountain/commit/6a15709a9f76eb9bc6944a2127c28a72293b1faa))
* only run build on pushes to main ([c6d9e96](https://github.com/oparaskos/vscode-fountain/commit/c6d9e9621a983992322d63454674fa8f62510374))
* postinstall script ([a441ea0](https://github.com/oparaskos/vscode-fountain/commit/a441ea0ef44df1f1bed7fb2d51694096008c044f))
* workflow concurrency ([ce4a70d](https://github.com/oparaskos/vscode-fountain/commit/ce4a70d5a8a30c44525691d1f9b604914880c07a))
* workflow concurrency ([df6747c](https://github.com/oparaskos/vscode-fountain/commit/df6747c592e986064d69d9f835c66a0f9108b13f))

## [1.8.1](https://github.com/oparaskos/vscode-fountain/compare/v1.8.0...v1.8.1) (2023-08-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icon": "assets/fountain-logo-monochrome@1x.png",
"main": "./client/dist/main",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"repository": {
"type": "git",
"url": "https://github.com/oparaskos/vscode-fountain"
Expand Down

0 comments on commit 1b479ae

Please sign in to comment.