Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed May 1, 2021
1 parent 39c30c3 commit 2e03f5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.5
### Compatibility
- Add support for Foundry 0.8.2


## 1.0.4
### New features
- The `this` value of functions now contains the id of the user that triggered the function execution.
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "socketlib",
"title": "socketlib",
"description": "A library for easier handling of foundry sockets",
"version": "1.0.4",
"version": "1.0.5",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "0.8.1",
"compatibleCoreVersion" : "0.8.2",
"library": true,
"authors": [
{
Expand All @@ -18,7 +18,7 @@
"src/socketlib.js"
],
"url": "https://github.com/manuelVo/foundryvtt-socketlib",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.4.zip",
"download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.5.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 2e03f5a

Please sign in to comment.