[Bumped Version] 10.3.1

This commit is contained in:
Maxime GRIS
2021-11-17 14:02:13 +01:00
parent a9d3044f88
commit ebde8304b8
5 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
## <small>10.3.1 (2021-11-17)</small>
* fix/ TS Config : module resolution in main process ([a9d3044](https://github.com/maximegris/angular-electron/commit/a9d3044))
## 10.3.0 (2021-11-15)
* [Bumped Version] 10.3.0 ([20e9142](https://github.com/maximegris/angular-electron/commit/20e9142))
* fix/Polyfill Node.js core modules in Webpack (5+) ([e3c0d9f](https://github.com/maximegris/angular-electron/commit/e3c0d9f))
* ref/ move angularCompilerOptions to tsconfig ([e07410b](https://github.com/maximegris/angular-electron/commit/e07410b))
* remove include statement from base tsconfig.json ([aebec1a](https://github.com/maximegris/angular-electron/commit/aebec1a))

2
app/package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "angular-electron",
"version": "10.3.0",
"version": "10.3.1",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "10.3.0",
"version": "10.3.1",
"main": "main.js",
"private": true,
"dependencies": {}

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "10.3.0",
"version": "10.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "10.3.0",
"version": "10.3.1",
"description": "Angular 12 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {