Skip to content

Commit 64f2107

Browse files
committed
bump version
1 parent f586969 commit 64f2107

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Archivist Sync module will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.6] - 2025-11-19
9+
10+
### Fixed
11+
- CoC7 conflict with roll result chat card
12+
813
## [1.3.5] - 2025-11-11
914

1015
### Fixed

module.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"email": "cameron.b.llewellyn@gmail.com"
99
}
1010
],
11-
"version": "1.3.5",
11+
"version": "1.3.6",
1212
"compatibility": {
1313
"minimum": "13.341",
1414
"verified": "13.346"
@@ -33,17 +33,10 @@
3333
"scripts/dialogs/ask-chat-window.js",
3434
"scripts/dialogs/sync-dialog.js"
3535
],
36-
"styles": [
37-
"styles/archivist-sync.css",
38-
"styles/sync-dialog.css"
39-
],
36+
"styles": ["styles/archivist-sync.css", "styles/sync-dialog.css"],
4037
"flags": {
4138
"hotReload": {
42-
"paths": [
43-
"dist",
44-
"templates",
45-
"lang"
46-
]
39+
"paths": ["dist", "templates", "lang"]
4740
}
4841
},
4942
"languages": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archivist-sync",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "A simple Foundry VTT module for fetching world data from an API endpoint using an API key.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)