diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f206978f..60d0162a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.3.1" + ".": "12.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8e1665..4627a6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [12.0.0](https://github.com/javalent/initiative-tracker/compare/11.3.1...12.0.0) (2023-08-11) + + +### ⚠ BREAKING CHANGES + +* As this is a removal of an existing feature, this is technically a breaking change. + +### Features + +* This removed the feature of Leaflet integration. However, this feature has been broken. ([ad30f98](https://github.com/javalent/initiative-tracker/commit/ad30f98d28b083249de5cbd5b03e335346d7e963)) + + +### Bug Fixes + +* correctly retrieve creatures from bestiary in encounters ([195d871](https://github.com/javalent/initiative-tracker/commit/195d871186d6fcd9fa12b109fd3fb3031ced8204)) + ## [11.3.1](https://github.com/javalent/initiative-tracker/compare/11.3.0...11.3.1) (2023-08-02) diff --git a/manifest.json b/manifest.json index 9476e0ee..04652e96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "11.3.1", + "version": "12.0.0", "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 f1d3d69f..7485c6c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "11.3.1", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "11.3.1", + "version": "12.0.0", "license": "MIT", "devDependencies": { "@codemirror/commands": "^6.2.3", diff --git a/package.json b/package.json index 910ca71f..d229cd6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "11.3.1", + "version": "12.0.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {