Skip to content

Commit 16221b0

Browse files
committed
update versions
1 parent 0702c6e commit 16221b0

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.5] - 2025-11-11
9+
10+
### Fixed
11+
- Token duplication when drag and dropping.
12+
- Adjustments to the sync
13+
814
## [1.3.4] - 2025-10-21
915

1016
### Changed

module.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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": [
@@ -57,7 +50,7 @@
5750
"manifest": "https://github.com/camrun91/archivist-sync/releases/download/beta-latest/module.json",
5851
"download": "https://github.com/camrun91/archivist-sync/releases/download/beta-latest/module.zip",
5952
"license": "MIT",
60-
"readme": "README.md",
53+
"readme": "https://github.com/camrun91/archivist-sync/blob/main/README.md",
6154
"bugs": "https://github.com/camrun91/archivist-sync/issues",
62-
"changelog": "CHANGELOG.md"
55+
"changelog": "https://github.com/camrun91/archivist-sync/blob/main/CHANGELOG.md"
6356
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archivist-sync",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "A simple Foundry VTT module for fetching world data from an API endpoint using an API key.",
55
"type": "module",
66
"scripts": {
@@ -29,4 +29,4 @@
2929
"eslint-plugin-prettier": "^5.1.3",
3030
"prettier": "^3.2.5"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)