Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 25f747e

Browse files
author
GitHub Actions Bot
committed
chore(release): 0.2.3
1 parent b7bc00d commit 25f747e

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [0.2.3](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.2.2...v0.2.3) (2022-02-08)
6+
57
### [0.2.2](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.2.1...v0.2.2) (2022-02-01)
68

79
### [0.2.1](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.2.0...v0.2.1) (2022-02-01)

module.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"url": "https://github.com/ghost-fvtt/foreground-drawings",
14-
"license": "./LICENSE.md",
15-
"readme": "./README.md",
14+
"license": "https://raw.githubusercontent.com/ghost-fvtt/foreground-drawings/v0.2.3/LICENSE.md",
15+
"readme": "https://raw.githubusercontent.com/ghost-fvtt/foreground-drawings/v0.2.3/README.md",
1616
"bugs": "https://github.com/ghost-fvtt/foreground-drawings/issues",
17-
"changelog": "https://github.com/ghost-fvtt/foreground-drawings/blob/master/CHANGELOG.md",
18-
"version": "0.2.2",
17+
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/foreground-drawings/v0.2.3/CHANGELOG.md",
18+
"version": "0.2.3",
1919
"minimumCoreVersion": "9.238",
2020
"compatibleCoreVersion": "9",
2121
"esmodules": ["foreground-drawings.js"],
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"manifest": "https://github.com/ghost-fvtt/foreground-drawings/releases/latest/download/module.json",
35-
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.2.2/module.zip",
35+
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.2.3/module.zip",
3636
"manifestPlusVersion": "1.2.0",
3737
"media": [
3838
{

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "foreground-drawings",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "A module for Foundry Virtual Tabletop that allows users to create drawings in the foreground while keeping the ability to also draw in the background.",
66
"license": "MIT",
77
"homepage": "https://github.com/ghost-fvtt/foreground-drawings",

0 commit comments

Comments
 (0)