From 0973fc984834c3fbbcc5ebe23be24fb734a40199 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Mar 2022 18:16:08 +0000 Subject: [PATCH] chore(release): 2.38.0 [skip ci] # [2.38.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.37.0...v2.38.0) (2022-03-25) ### Features * Add option to not disable item bonuses when using ABP. ([1e9044c](https://github.com/xdy/xdy-pf2e-workbench/commit/1e9044c7eeda8440702b84b0e44835879ddca261)) * Add option to not disable item bonuses when using ABP. ([406ade7](https://github.com/xdy/xdy-pf2e-workbench/commit/406ade7b22121d796a2c5da8538a3c5549564506)) --- 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 3f4f17e24..ef5ede489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.38.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.37.0...v2.38.0) (2022-03-25) + + +### Features + +* Add option to not disable item bonuses when using ABP. ([1e9044c](https://github.com/xdy/xdy-pf2e-workbench/commit/1e9044c7eeda8440702b84b0e44835879ddca261)) +* Add option to not disable item bonuses when using ABP. ([406ade7](https://github.com/xdy/xdy-pf2e-workbench/commit/406ade7b22121d796a2c5da8538a3c5549564506)) + # [2.37.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.36.0...v2.37.0) (2022-03-25) diff --git a/module.json b/module.json index 47355b1a0..4049a8fe7 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.37.0", + "version": "2.38.0", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "scripts": [], diff --git a/package-lock.json b/package-lock.json index 5ae402164..d115b94ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "2.37.0", + "version": "2.38.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "2.37.0", + "version": "2.38.0", "license": "./LICENSE", "devDependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index cfecd16ae..761ad3a87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "2.37.0", + "version": "2.38.0", "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",