Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed May 28, 2023
1 parent e543533 commit 8dced69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,8 @@ Spikegrowth example macro fixed.
# 0.6.3

- Correct Pack/Compendium names for v11.

# 0.7.0

- Update packs for v11
- Version bump for v11 support
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"url": "https://github.com/kandashi/Active-Auras",
"bugs": "https://github.com/kandashi/Active-Auras/issues",
"flags": {},
"version": "0.6.2",
"version": "0.7.0",
"compatibility": {
"minimum": 10,
"verified": 10
"verified": 11
},
"esmodules": ["src/index.mjs"],
"languages": [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"prettier": "2.0.5"
"prettier": "2.0.5",
"nedb": "^1.8.0"
}
}

0 comments on commit 8dced69

Please sign in to comment.