Skip to content

Commit 2e03f5a

Browse files
committed
Release v1.0.5
1 parent 39c30c3 commit 2e03f5a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.5
2+
### Compatibility
3+
- Add support for Foundry 0.8.2
4+
5+
16
## 1.0.4
27
### New features
38
- The `this` value of functions now contains the id of the user that triggered the function execution.

module.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "socketlib",
33
"title": "socketlib",
44
"description": "A library for easier handling of foundry sockets",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"minimumCoreVersion" : "0.7.9",
7-
"compatibleCoreVersion" : "0.8.1",
7+
"compatibleCoreVersion" : "0.8.2",
88
"library": true,
99
"authors": [
1010
{
@@ -18,7 +18,7 @@
1818
"src/socketlib.js"
1919
],
2020
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
21-
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.4.zip",
21+
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.5.zip",
2222
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
2323
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
2424
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)