Compare commits

...

2 Commits

Author SHA1 Message Date
farling42 fe527cd944 Ignore lock file and create new release 2025-03-20 16:09:54 +00:00
farling42 0fa4b52704 Add LICENSE file to zip 2025-03-20 16:03:02 +00:00
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -117,6 +117,7 @@ jobs:
./module.zip \
`# The files that will be included.` \
module.json \
LICENSE \
CHANGELOG.md \
README.md \
src/
+1
View File
@@ -0,0 +1 @@
socketlib.lock
+3 -1
View File
@@ -1,8 +1,10 @@
## 1.1.1
- Update module.json for new location and maintainer.
## 1.1.0
### Compatibility
- Updated for compatibilty with Foundry 12 (thanks Clemente!)
## 1.0.13
### Compatibility
- Verified compatibility with Foundry 11