diff --git a/CHANGELOG.md b/CHANGELOG.md index 565a27e..2e53632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.2.0](https://github.com/ghost-fvtt/per-actor-roll-mode/compare/v1.1.0...v1.2.0) (2022-07-17) + + +### Features + +* get rid of v10 deprecation warnings ([#39](https://github.com/ghost-fvtt/per-actor-roll-mode/issues/39)) ([0bbe136](https://github.com/ghost-fvtt/per-actor-roll-mode/commit/0bbe136b8c82a1e4cd11a6feab2778df4492ba13)) + ## [1.1.0](https://github.com/ghost-fvtt/per-actor-roll-mode/compare/v1.0.0...v1.1.0) (2022-06-11) diff --git a/module.json b/module.json index 3106f2f..abb0fde 100644 --- a/module.json +++ b/module.json @@ -12,11 +12,11 @@ } ], "url": "https://github.com/ghost-fvtt/per-actor-roll-mode", - "license": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.1.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.1.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/README.md", "bugs": "https://github.com/ghost-fvtt/per-actor-roll-mode/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.1.0/CHANGELOG.md", - "version": "1.1.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/per-actor-roll-mode/v1.2.0/CHANGELOG.md", + "version": "1.2.0", "minimumCoreVersion": "9.238", "compatibleCoreVersion": "10", "compatibility": { @@ -32,6 +32,6 @@ } ], "manifest": "https://github.com/ghost-fvtt/per-actor-roll-mode/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/per-actor-roll-mode/releases/download/v1.1.0/module.zip", + "download": "https://github.com/ghost-fvtt/per-actor-roll-mode/releases/download/v1.2.0/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index f83975b..536b3be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "per-actor-roll-mode", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8240ec8..06d201d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "per-actor-roll-mode", - "version": "1.1.0", + "version": "1.2.0", "description": "A module for Foundry Virtual Tabletop that allows overriding the selected roll mode on a per-actor basis.", "private": true, "scripts": {