Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 20, 2021
1 parent 053aa56 commit 4590eb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.1.2](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.1.1...v0.1.2) (2021-10-20)


### Features

* wrap `Drawing#_onUpdate` instead of overriding it ([053aa56](https://github.com/ghost-fvtt/foreground-drawings/commit/053aa56dbab3364c5555ea7968af9fe5fb21a368))

### [0.1.1](https://github.com/ghost-fvtt/foreground-drawings/compare/v0.1.0...v0.1.1) (2021-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foreground-drawings",
"version": "0.1.1",
"version": "0.1.2",
"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.",
"license": "MIT",
"homepage": "https://github.com/ghost-fvtt/foreground-drawings",
Expand Down
4 changes: 2 additions & 2 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foreground-drawings",
"title": "Foreground Drawings",
"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.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Johannes Loher",
"authors": [
{
Expand All @@ -29,7 +29,7 @@
],
"url": "https://github.com/ghost-fvtt/foreground-drawings",
"manifest": "https://github.com/ghost-fvtt/foreground-drawings/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.1.1/module.zip",
"download": "https://github.com/ghost-fvtt/foreground-drawings/releases/download/v0.1.2/module.zip",
"license": "https://github.com/ghost-fvtt/foreground-drawings/blob/master/LICENSE.md",
"readme": "https://github.com/ghost-fvtt/foreground-drawings#readme",
"bugs": "https://github.com/ghost-fvtt/foreground-drawings/issues",
Expand Down

0 comments on commit 4590eb9

Please sign in to comment.