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",