From 573b91d22490b589a1a4d88b110bda9ba8355f81 Mon Sep 17 00:00:00 2001 From: Amadou Ada DIENE Date: Thu, 7 Apr 2022 11:25:36 +0200 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f981a0..b2e7a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) ### Features diff --git a/package-lock.json b/package-lock.json index 5d27b74..468e382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "electron-angular-app", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "electron-angular-app", - "version": "3.0.0", + "version": "3.1.0", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 2ed54b7..b576a6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-angular-app", "productName": "Electron Angular App", - "version": "3.0.0", + "version": "3.1.0", "description": "An Electron and Angular Quick-starter", "repository": "https://github.com/sourcygen/electron-angular-quick-start.git", "author": "Sourcygen",