Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 24, 2021
1 parent 578f225 commit d84ba75
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/capacitor-community/electron/compare/v4.0.0...v4.0.1) (2021-08-24)


### Bug Fixes

* template using wrong platform version ([5203971](https://github.com/capacitor-community/electron/commit/5203971a8672a9cbbb6b1bcbaa6e261c8e8d806f))






# [4.0.0](https://github.com/capacitor-community/electron/compare/v4.0.0-next.12...v4.0.0) (2021-08-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"./platform/"
],
"version": "4.0.0"
"version": "4.0.1"
}
12 changes: 12 additions & 0 deletions platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/capacitor-community/electron/compare/v4.0.0...v4.0.1) (2021-08-24)


### Bug Fixes

* template using wrong platform version ([5203971](https://github.com/capacitor-community/electron/commit/5203971a8672a9cbbb6b1bcbaa6e261c8e8d806f))






# [4.0.0](https://github.com/capacitor-community/electron/compare/v4.0.0-next.12...v4.0.0) (2021-08-22)

**Note:** Version bump only for package @capacitor-community/electron
Expand Down
2 changes: 1 addition & 1 deletion platform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron",
"version": "4.0.0",
"version": "4.0.1",
"description": "Capacitor community support for the Electron platform.",
"main": "dist/core/index.js",
"typings": "dist/core/index.d.ts",
Expand Down

0 comments on commit d84ba75

Please sign in to comment.