Merge branch 'develop'

This commit is contained in:
Amadou Ada DIENE
2022-04-07 11:27:47 +02:00
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.1.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v3.0.0...v3.1.0) (2022-04-07)
## [3.0.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.4.0...v3.0.0) (2022-04-07) ## [3.0.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.4.0...v3.0.0) (2022-04-07)
### Features ### Features

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "electron-angular-app", "name": "electron-angular-app",
"version": "3.0.0", "version": "3.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "electron-angular-app", "name": "electron-angular-app",
"version": "3.0.0", "version": "3.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [

View File

@@ -1,7 +1,7 @@
{ {
"name": "electron-angular-app", "name": "electron-angular-app",
"productName": "Electron Angular App", "productName": "Electron Angular App",
"version": "3.0.0", "version": "3.1.0",
"description": "An Electron and Angular Quick-starter", "description": "An Electron and Angular Quick-starter",
"repository": "https://github.com/sourcygen/electron-angular-quick-start.git", "repository": "https://github.com/sourcygen/electron-angular-quick-start.git",
"author": "Sourcygen", "author": "Sourcygen",