Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Dec 22, 2021
1 parent 31917c1 commit 1c33f6e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.1.0](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.0.3...5.1.0) (2021-12-22)


### Features

* can now save and load encounter states ([7085303](https://github.com/valentine195/obsidian-initiative-tracker/commit/708530342040ae1bf4be44276c483d4d5005e023))
* initiative tracker now displays creature count ([e73e9cd](https://github.com/valentine195/obsidian-initiative-tracker/commit/e73e9cd9edff5a8c5fcbfa2cb6be5134dafd1dfb))


### Bug Fixes

* clicking a creature name now opens the creature statblock ([31917c1](https://github.com/valentine195/obsidian-initiative-tracker/commit/31917c193e960d33c74a21125062bf642a170aeb))

### [5.0.3](https://github.com/valentine195/obsidian-initiative-tracker/compare/5.0.2...5.0.3) (2021-12-14)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "initiative-tracker",
"name": "Initiative Tracker",
"version": "5.0.3",
"version": "5.1.0",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "TTRPG Initiative Tracker for Obsidian.md",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initiative-tracker",
"version": "5.0.3",
"version": "5.1.0",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1c33f6e

Please sign in to comment.