Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefouch committed Jan 8, 2023
1 parent 1608deb commit 5afb661
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.1](https://github.com/Stefouch/simultaneous-cards-fvtt/compare/1.0.0...1.0.1) (2023-01-08)


### Features

* Add changelog ([ee81a02](https://github.com/Stefouch/simultaneous-cards-fvtt/commit/ee81a02ba8f2c3c46d4c1f119326cdfafdb6b7a7))

### Bug Fixes

* Fixed UI bugs

## 1.0.0 (2023-01-05)

Initial release.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simultaneous-cards-fvtt",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "A system-agnostic Foundry module for the simultaneous choice of cards between all the players and the GM",
"scripts": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"semver": "^7.3.8",
"standard-version": "^9.3.2"
}
}
}
14 changes: 9 additions & 5 deletions static/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "simultaneous-cards",
"title": "Simultaneous Cards 🎴",
"description": "A system-agnostic module for the simultaneous choice of cards between all the players and the GM",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": {
"minimum": 10,
"verified": "10.291",
Expand All @@ -19,8 +19,12 @@
"bugs": "https://github.com/Stefouch/simultaneous-cards-fvtt/issues",
"media": [],
"scripts": [],
"esmodules": ["simultaneous-cards.js"],
"styles": ["simultaneous-cards.css"],
"esmodules": [
"simultaneous-cards.js"
],
"styles": [
"simultaneous-cards.css"
],
"packs": [],
"languages": [
{
Expand All @@ -40,8 +44,8 @@
"license": "LICENSE.txt",
"socket": true,
"manifest": "https://github.com/Stefouch/simultaneous-cards-fvtt/releases/latest/download/module.json",
"download": "https://github.com/Stefouch/simultaneous-cards-fvtt/releases/download/latest/module.zip",
"download": "https://github.com/fvtt-fria-ligan/simultaneous-cards-fvtt/releases/download/1.0.1/module.zip",
"flags": {
"allowBugReporter": true
}
}
}

0 comments on commit 5afb661

Please sign in to comment.