diff --git a/CHANGELOG.md b/CHANGELOG.md index 6613a512..79cfffac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [8.0.2](https://github.com/valentine195/obsidian-initiative-tracker/compare/8.0.1...8.0.2) (2022-08-18) + + +### Bug Fixes + +* fixes release pipeline (again) ([c7caada](https://github.com/valentine195/obsidian-initiative-tracker/commit/c7caadae31dec916722094ead2fd42e484cde07a)) + ### [8.0.1](https://github.com/valentine195/obsidian-initiative-tracker/compare/8.0.0...8.0.1) (2022-08-18) diff --git a/manifest.json b/manifest.json index 908d55e5..3a2f1426 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "8.0.1", + "version": "8.0.2", "minAppVersion": "0.15.0", "author": "Jeremy Valentine", "description": "TTRPG Initiative Tracker for Obsidian.md", diff --git a/package-lock.json b/package-lock.json index cf857b0b..3d6633b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index f28b70c3..b07e0e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "8.0.1", + "version": "8.0.2", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {