Skip to content

Commit

Permalink
manifest update
Browse files Browse the repository at this point in the history
added system to manifest file
  • Loading branch information
unrealkakeman89 committed Oct 27, 2022
1 parent 4b94705 commit a2a5190
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.2.1] - 2022-08-24

### Changed

- added "system" to manifest file

## [v1.2.0] - 2022-08-24

### Changed
Expand Down
5 changes: 5 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,39 @@
{
"name": "the-mandoade",
"label": "The Mando'ade",
"system": "sw5e",
"path": "packs/the-mandoade.db",
"module": "mandalorian-codex",
"entity": "Actor"
},
{
"name": "mandalorian-armory",
"label": "Mandalorian Armory",
"system": "sw5e",
"path": "./packs/mandalorian-armory.db",
"module": "mandalorian-codex",
"entity": "Item"
},
{
"name": "the-mandoade-crusaders",
"label": "The Mando'ade Crusaders",
"system": "sw5e",
"path": "./packs/mandoade.db",
"module": "mandalorian-codex",
"entity": "Actor"
},
{
"name": "crusader-armory",
"label": "Crusader Armory",
"system": "sw5e",
"path": "./packs/crusader-armory.db",
"module": "mandalorian-codex",
"entity": "Item"
},
{
"name": "the-mandalorian-codex",
"label": "The Mandalorian Codex",
"system": "sw5e",
"path": "./packs/the-mandalorian-codex.db",
"module": "mandalorian-codex",
"entity": "JournalEntry"
Expand Down

0 comments on commit a2a5190

Please sign in to comment.