diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a3674e..b41d721c 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. +## [5.2.0](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.1.2...5.2.0) (2022-01-12) + + +### Features + +* added encounter table postprocessor ([1cc96c9](https://github.com/valentine195/obsidian-initiative-tracker/commit/1cc96c92dd7e2509518193baba7c1425d8015777)) + ### [5.1.2](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.1.1...5.1.2) (2021-12-23) diff --git a/manifest.json b/manifest.json index 25817219..f2f0d634 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "initiative-tracker", "name": "Initiative Tracker", - "version": "5.1.2", + "version": "5.2.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 46b5bd9d..c3aafd86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "initiative-tracker", - "version": "5.1.2", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "initiative-tracker", - "version": "5.1.2", + "version": "5.2.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", diff --git a/package.json b/package.json index 48ab2e39..ef697801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initiative-tracker", - "version": "5.1.2", + "version": "5.2.0", "description": "TTRPG Initiative Tracker for Obsidian.md", "main": "main.js", "scripts": {