Skip to content

Commit 2be6aad

Browse files
committed
v1.1.0
1 parent cef8147 commit 2be6aad

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
url: 'https://api.foundryvtt.com/_api/packages/release_version'
7979
method: 'POST'
8080
customHeaders: '{"Content-Type": "application/json", "Authorization" : "${{ secrets.FOUNDRY_KEY }}"}'
81-
data: '{"dry_run": false, "id" : "notelicker", "release": {"version" : "${{ steps.get-version.outputs.release_version }}", "manifest": "https://github.com/${{ github.repository }}/releases/download/${{ steps.get-version.outputs.release_version }}/module.json", "notes" : "https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md", "compatibility" : {"minimum": "13", "verified": "13", "maximum": ""} } }'
81+
data: '{"dry_run": false, "id" : "notelicker", "release": {"version" : "${{ steps.get-version.outputs.release_version }}", "manifest": "https://github.com/${{ github.repository }}/releases/download/${{ steps.get-version.outputs.release_version }}/module.json", "notes" : "https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md", "compatibility" : {"minimum": "14", "verified": "14", "maximum": ""} } }'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.0
2+
3+
- v14 support
4+
15
# 1.0.3
26

37
- Some dropped notes could have their label set to undefined.

module-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"readme": "https://github.com/MrPrimate/NoteLicker/blob/main/README.md",
1111
"changelog": "https://github.com/MrPrimate/NoteLicker/blob/main/CHANGELOG.md",
1212
"compatibility": {
13-
"minimum": "13",
14-
"verified": 13
13+
"minimum": "14",
14+
"verified": 14
1515
},
1616
"authors": [
1717
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notelicker",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "MrPrimate",
55
"description": "Foundry VTT module for enhancing notes and their icons",
66
"private": true,

0 commit comments

Comments
 (0)