prep for 1.0 release, add docs

This commit is contained in:
Mike Bloy 2023-03-07 00:16:47 -06:00
parent 37f76c2521
commit 2453a59594
4 changed files with 9 additions and 2 deletions

View File

@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## 1.0.0
### Added ### Added
- Added Documentation and README
- Confusion effect macro - Confusion effect macro
- Entangle effect macro - Entangle effect macro
- Blind effect macro - Blind effect macro

View File

@ -1,2 +1,5 @@
# swade-mb-helpers # SWADE Helpers (MB)
This is a series of helper macros and other helpers to help run SWADE and
Savage Pathfinder games with some minimal help remembering token state, without
going overboard on the automation.

View File

@ -3,7 +3,7 @@
"name": "SWADE Helpers (MB)", "name": "SWADE Helpers (MB)",
"title": "SWADE Helpers (MB)", "title": "SWADE Helpers (MB)",
"description": "Mike's collection of swade helpers", "description": "Mike's collection of swade helpers",
"version": "0.9.0", "version": "1.0.0",
"authors": [ "authors": [
{ {
"name": "Mike" "name": "Mike"

File diff suppressed because one or more lines are too long