diff --git a/CHANGELOG.md b/CHANGELOG.md index d3570dbe..2d2371a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [6.0.0](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.3.1...6.0.0) (2022-01-20) + + +### ⚠ BREAKING CHANGES + +* Removed homebrew creatures. Homebrew creatures are now manages solely through 5e Statblocks. + +### Features + +* Removed homebrew creatures. Homebrew creatures are now manages solely through 5e Statblocks. ([12c374b](https://github.com/valentine195/obsidian-initiative-tracker/commit/12c374bf9d1a04e4fa939a44e70044b5a51b0033)) + ### [5.3.1](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.3.0...5.3.1) (2022-01-13) diff --git a/manifest.json b/manifest.json index b3a41fb7..a805a0a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "5.3.1", + "version": "6.0.0", "minAppVersion": "0.12.10", "author": "Jeremy Valentine", "description": "TTRPG Initiative Tracker for Obsidian.md", diff --git a/package-lock.json b/package-lock.json index a5b037c0..ce4e1b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "5.3.1", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "5.3.1", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 43e4a036..4224a1b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "5.3.1", + "version": "6.0.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": { @@ -51,4 +51,4 @@ "webpack-cli": "^4.7.2", "webpack-node-externals": "^3.0.0" } -} \ No newline at end of file +}