diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9f743..4f981a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) ### Features diff --git a/package-lock.json b/package-lock.json index 4777e20..5d27b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "electron-angular-app", - "version": "2.4.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "electron-angular-app", - "version": "2.4.0", + "version": "3.0.0", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 8b72dc2..2ed54b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-angular-app", "productName": "Electron Angular App", - "version": "2.4.0", + "version": "3.0.0", "description": "An Electron and Angular Quick-starter", "repository": "https://github.com/sourcygen/electron-angular-quick-start.git", "author": "Sourcygen",