Skip to content

Commit

Permalink
version 12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Oct 11, 2024
1 parent c808254 commit fb9bdaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 12.0.3

- Bug fix: https://github.com/p4535992/foundryvtt-pin-cushion/issues/104

### 12.0.2

- Try to rework/repatch https://github.com/p4535992/foundryvtt-pin-cushion/issues/99
Expand Down
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pin-cushion",
"title": "Pin Cushion",
"description": "Adds additional functionality on Journal Note/Scene Note and Journal directory",
"version": "12.0.2",
"version": "12.0.3",
"authors": [
{
"name": "Cole Schultz",
Expand Down Expand Up @@ -121,8 +121,8 @@
"maximum": 12
},
"url": "https://github.com/p4535992/foundryvtt-pin-cushion",
"manifest": "https://github.com/p4535992/foundryvtt-pin-cushion/releases/download/12.0.2/module.json",
"download": "https://github.com/p4535992/foundryvtt-pin-cushion/releases/download/12.0.2/module.zip",
"manifest": "https://github.com/p4535992/foundryvtt-pin-cushion/releases/download/12.0.3/module.json",
"download": "https://github.com/p4535992/foundryvtt-pin-cushion/releases/download/12.0.3/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-pin-cushion/blob/master/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-pin-cushion/blob/master/CHANGELOG.md",
"bugs": "https://github.com/p4535992/foundryvtt-pin-cushion/issues",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default () => {
run([
{
name: 'run sass',
run: ['sass', `src/styles:dist/${s_MODULE_ID}/styles`]
run: ['sass', `--no-source-map`, `src/styles:dist/${s_MODULE_ID}/styles`]
},
]),
viteStaticCopy({
Expand Down

0 comments on commit fb9bdaf

Please sign in to comment.