chore(release): 3.0.0

This commit is contained in:
Amadou Ada DIENE
2022-04-07 10:54:54 +02:00
parent 36eea85b97
commit a54cbf1338
3 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,12 @@
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.0.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.4.0...v3.0.0) (2022-04-07)
### Features
- migrating electron e2e from spectron (deprecated) to wdio ([#32](https://github.com/sourcygen/electron-angular-quick-start/issues/32)) ([d7c7af1](https://github.com/sourcygen/electron-angular-quick-start/commit/d7c7af13f109427c74e55886c2de0a19614283b6))
## [2.4.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.0.1...v2.4.0) (2021-08-06) ## [2.4.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.0.1...v2.4.0) (2021-08-06)
### Features ### Features

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "electron-angular-app", "name": "electron-angular-app",
"version": "2.4.0", "version": "3.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "electron-angular-app", "name": "electron-angular-app",
"version": "2.4.0", "version": "3.0.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": "2.4.0", "version": "3.0.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",