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

Commit 3516131

Browse files
author
GitHub Actions Bot
committed
chore(release): 0.1.1
1 parent 1e98a78 commit 3516131

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.1](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.1.0...v0.1.1) (2021-10-15)
6+
7+
8+
### Bug Fixes
9+
10+
* correctly override Drawing#_onUpdate to avoid libWrapper issue ([3e7e98b](https://github.com/ghost-fvtt/foreground-drawings/commit/3e7e98be04b09acd140430db64bcc36a74052980)), closes [#4](https://github.com/ghost-fvtt/foreground-drawings/issues/4)
11+
512
## 0.1.0 (2021-10-14)
613

714

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.1.0",
4+
"version": "0.1.1",
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",

src/module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "foreground-drawings",
33
"title": "Foreground Drawings",
44
"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.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": "Johannes Loher",
77
"authors": [
88
{
@@ -29,7 +29,7 @@
2929
],
3030
"url": "https://github.com/ghost-fvtt/foreground-drawings",
3131
"manifest": "https://github.com/ghost-fvtt/foreground-drawings/releases/latest/download/module.json",
32-
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.1.0/module.zip",
32+
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.1.1/module.zip",
3333
"license": "https://github.com/ghost-fvtt/foreground-drawings/blob/master/LICENSE.md",
3434
"readme": "https://github.com/ghost-fvtt/foreground-drawings#readme",
3535
"bugs": "https://github.com/ghost-fvtt/foreground-drawings/issues",

0 commit comments

Comments
 (0)