Skip to content

Commit

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

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



# [3.1.0](https://github.com/capacitor-community/electron/compare/v4.0.0-next.10...v3.1.0) (2021-08-17)



## [3.0.4](https://github.com/capacitor-community/electron/compare/v3.0.3...v3.0.4) (2021-08-11)


### Bug Fixes

* plugins with default exports causing issues [#2](https://github.com/capacitor-community/electron/issues/2) ([669c80b](https://github.com/capacitor-community/electron/commit/669c80bbf608b497fccaa6897680d2c80cb1c217))



## [3.0.3](https://github.com/capacitor-community/electron/compare/v4.0.0-next.8...v3.0.3) (2021-08-11)


### Bug Fixes

* plugins with default exports causing issues ([50b3c37](https://github.com/capacitor-community/electron/commit/50b3c3705e5692d025342c0aec3d3f773cfb6ff9))



## [3.0.2](https://github.com/capacitor-community/electron/compare/v4.0.0-alpha.13...v3.0.2) (2021-07-22)






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

**Note:** Version bump only for package capacitor-electron-platform
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-next.12"
"version": "4.0.0"
}
9 changes: 9 additions & 0 deletions platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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






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

**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-next.12",
"version": "4.0.0",
"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 9098fd1

Please sign in to comment.