Skip to content

Commit 13024b4

Browse files
committed
Update CHANGELOG
1 parent 273ec6c commit 13024b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.3
2+
3+
### Fixes
4+
- Fixed packing and unpacking ignoring Scene Regions.
5+
16
## 1.0.2
27

38
### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Extract the contents of a compendium pack into individual source files for each
164164
* **transformEntry:** *(entry: object): Promise<false|void>* A function that is called on every entry. Returning *false* indicates that the entry should be discarded.
165165
* **transformName:** *(entry: object): Promise<string|void>* A function that is called on every entry. The value returned from this will be used as the entry's filename and must include the appropriate file extension. If nothing is returned, an auto-generated name will be used instead.
166166
* **jsonOptions:** *object*
167-
* **replacer:** *(key: string, value: any): any|Array<string|number>* A replacer function of an array of property names in the object to include in the resulting string.
167+
* **replacer:** *(key: string, value: any): any|Array<string|number>* A replacer function or an array of property names in the object to include in the resulting string.
168168
* **space:** *string|number* A number of spaces or a string to use as indentation.
169169

170170
## Contributing

0 commit comments

Comments
 (0)