Skip to content

Commit

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

## [4.1.2](https://github.com/capacitor-community/electron/compare/v4.1.1...v4.1.2) (2022-06-16)


### Bug Fixes

* bundle platform types ([43177c2](https://github.com/capacitor-community/electron/commit/43177c29a192b5515485e20a08782dfd41560d95))





## [4.1.1](https://github.com/capacitor-community/electron/compare/v4.1.1-next.2...v4.1.1) (2022-06-16)

**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.1.1"
"version": "4.1.2"
}
11 changes: 11 additions & 0 deletions platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.2](https://github.com/capacitor-community/electron/compare/v4.1.1...v4.1.2) (2022-06-16)


### Bug Fixes

* bundle platform types ([43177c2](https://github.com/capacitor-community/electron/commit/43177c29a192b5515485e20a08782dfd41560d95))





## [4.1.1](https://github.com/capacitor-community/electron/compare/v4.1.1-next.2...v4.1.1) (2022-06-16)

**Note:** Version bump only for package @capacitor-community/electron
Expand Down
4 changes: 2 additions & 2 deletions platform/package-lock.json

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

4 changes: 2 additions & 2 deletions platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/electron",
"version": "4.1.1",
"version": "4.1.2",
"description": "Capacitor community support for the Electron platform.",
"main": "dist/core/index.js",
"typings": "dist/core/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"capacitor:sync": "node dist/cli-scripts/cap-scripts.js sync",
"capacitor:open": "node dist/cli-scripts/cap-scripts.js open",
"build-platform": "node ./build-platform.js",
"build-platform-types": "tsc ./src/electron/index.ts --outDir ./dist/core --declaration --emitDeclarationOnly --esModuleInterop",
"build-platform-types": "tsc ./src/electron/index.ts --outDir ./dist/core --declaration --emitDeclarationOnly --esModuleInterop",
"prettier": "prettier \"**/*.{css,html,js,mjs,ts}\"",
"eslint": "eslint . --ext ts"
},
Expand Down

0 comments on commit c187f6f

Please sign in to comment.