Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Feb 25, 2023
1 parent 8a991d4 commit 5b66f81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.0

> 2023-02-25
- Added notifications for missing optional modules during import
- Item macros may now declare required modules
- Switched to `@attributes.prof` over `@prof`, as the former is always available and the latter is derived
- Fixed level scaling for XGE's Toll the Dead
- Fixed crash when creating temporary documents containing Convenient Effects (e.g. via Quick Insert-ing an actor)
- Improved documentation
- (Switched to JSON source for changelog; Markdown changelog now generated from JSON)

## 0.3.7

> 2023-02-05
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "plutonium-addon-automation",
"version": "0.3.7",
"version": "0.4.0",
"author": "Giddy",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 5b66f81

Please sign in to comment.