Skip to content

Commit

Permalink
v1.6.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieDover committed Mar 17, 2024
1 parent c5f5806 commit 636a46d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## [1.6.0](https://github.com/EddieDover/fvtt-player-achievements/compare/v1.5.0...v1.6.0) (2024-03-17)


### Features

* DMs have an option to only see online actors when awarding achievements. ([781a0f4](https://github.com/EddieDover/fvtt-player-achievements/commit/781a0f499ed7c8d9fc6d4ab00d833a75aab3b07b)), closes [#63](https://github.com/EddieDover/fvtt-player-achievements/issues/63)
* exported JSON is now formatted and easier to read ([cd5cb0c](https://github.com/EddieDover/fvtt-player-achievements/commit/cd5cb0c170720e46a15b2dfe010ce4ac142edfab))


### Bug Fixes

* emergency hotfix for tag and new achievement issue ([c5f5806](https://github.com/EddieDover/fvtt-player-achievements/commit/c5f58068dc116159a401ec0cc3e7fba26c4e16d7))

## [1.5.0](https://github.com/EddieDover/fvtt-player-achievements/compare/v1.4.1...v1.5.0) (2024-03-16)


Expand Down
11 changes: 0 additions & 11 deletions UPCOMING_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@

---
## [1.6.0](https://github.com/EddieDover/fvtt-player-achievements/compare/v1.5.0...v1.6.0) (2024-03-17)


### Features

* DMs have an option to only see online actors when awarding achievements. ([781a0f4](https://github.com/EddieDover/fvtt-player-achievements/commit/781a0f499ed7c8d9fc6d4ab00d833a75aab3b07b)), closes [#63](https://github.com/EddieDover/fvtt-player-achievements/issues/63)
* exported JSON is now formatted and easier to read ([cd5cb0c](https://github.com/EddieDover/fvtt-player-achievements/commit/cd5cb0c170720e46a15b2dfe010ce4ac142edfab))
---

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fvtt-player-achievements",
"version": "1.5.0",
"version": "1.6.0",
"description": "Player Achievements for Foundry VTT",
"main": "index.js",
"author": {
Expand Down
5 changes: 2 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/eddiedover/"
}
],
"version": "1.5.0",
"version": "1.6.0",
"compatibility": {
"minimum": "11",
"verified": "11"
Expand All @@ -56,8 +56,7 @@
"type": "module"
}
],
"conflicts": [
]
"conflicts": []
},
"esmodules": [
"module/fvtt-player-achievements.js"
Expand Down

0 comments on commit 636a46d

Please sign in to comment.