chore(release): 2.2.0

This commit is contained in:
Amadou Ada DIENE
2021-07-22 14:22:02 +02:00
parent a274767a48
commit 5c11822d09
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.
## [2.2.0](https://github.com/sourcygen/electron-angular-quick-start/compare/v2.0.1...v2.2.0) (2021-07-22)
### Bug Fixes
- shared-lib not found ([99742e3](https://github.com/sourcygen/electron-angular-quick-start/commit/99742e3dc1779141c5c8f2ec573faf33c72dea84))
## 2.1.0 (2021-07-22) ## 2.1.0 (2021-07-22)
### Features ### Features

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "electron-angular-quick-start", "name": "electron-angular-quick-start",
"version": "2.1.0", "version": "2.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "2.1.0", "version": "2.2.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"workspaces": [ "workspaces": [

View File

@@ -1,7 +1,7 @@
{ {
"name": "electron-angular-quick-start", "name": "electron-angular-quick-start",
"productName": "electron-angular-quick-start", "productName": "electron-angular-quick-start",
"version": "2.1.0", "version": "2.2.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",