From 48d87f8f125e47c2c100c31cdfa52049c895ba73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Feb 2022 06:14:48 +0000 Subject: [PATCH] chore(release): 2.24.1 [skip ci] ## [2.24.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.24.0...v2.24.1) (2022-02-14) ### Bug Fixes * Even more latest asymonous macros ([935eada](https://github.com/xdy/xdy-pf2e-workbench/commit/935eadaeb1faab88bc8e18d49daf6eb8d21e2caf)) * Include the latest asymonous macros ([e289d62](https://github.com/xdy/xdy-pf2e-workbench/commit/e289d62c59a4836cabc5cd274064fc5759b6cfdf)) --- CHANGELOG.md | 8 ++++++++ module.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbed44c0a..fc2380c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.24.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.24.0...v2.24.1) (2022-02-14) + + +### Bug Fixes + +* Even more latest asymonous macros ([935eada](https://github.com/xdy/xdy-pf2e-workbench/commit/935eadaeb1faab88bc8e18d49daf6eb8d21e2caf)) +* Include the latest asymonous macros ([e289d62](https://github.com/xdy/xdy-pf2e-workbench/commit/e289d62c59a4836cabc5cd274064fc5759b6cfdf)) + # [2.24.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.23.8...v2.24.0) (2022-02-13) diff --git a/module.json b/module.json index d28c2f076..fb506f5e5 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "xdy-pf2e-workbench", "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "2.24.0", + "version": "2.24.1", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "scripts": [], diff --git a/package-lock.json b/package-lock.json index 5a2f5ad1f..60dcb20ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "2.24.0", + "version": "2.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "2.24.0", + "version": "2.24.1", "license": "./LICENSE", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.249.0", diff --git a/package.json b/package.json index c112d8813..3b47977b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "2.24.0", + "version": "2.24.1", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "license": "./LICENSE", "homepage": "https://github.com/xdy/xdy-pf2e-workbench",