From d159800b0b554cec57a3841b6aa390266a7e1e7e Mon Sep 17 00:00:00 2001 From: Hybes Date: Mon, 25 Nov 2024 21:36:45 +0000 Subject: [PATCH] chore(release): 2.0.4 --- CHANGELOG.md | 2 ++ package.json | 16 +++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7606110..bb4a356 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. +### [2.0.4](https://github.com/hybes/pairkiller/compare/v2.0.3...v2.0.4) (2024-11-25) + ### [2.0.3](https://github.com/hybes/pairkiller/compare/v2.0.2...v2.0.3) (2024-11-25) ### [2.0.2](https://github.com/hybes/pairkiller/compare/v2.0.1...v2.0.2) (2024-11-25) diff --git a/package.json b/package.json index 1aeb57a..a94f2f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pairkiller", "productName": "Pairkiller", - "version": "2.0.3", + "version": "2.0.4", "description": "A flexible app monitoring and control system", "main": "main.js", "scripts": { @@ -25,12 +25,14 @@ "oneClick": true, "perMachine": false }, - "publish": [{ - "provider": "github", - "owner": "hybes", - "repo": "pairkiller", - "releaseType": "release" - }] + "publish": [ + { + "provider": "github", + "owner": "hybes", + "repo": "pairkiller", + "releaseType": "release" + } + ] }, "keywords": [], "author": "Ben Hybert",