Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "tiebreak", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Calculation of chess tournament tiebreaks compliant with FIDE regulations", | ||
@@ -23,3 +23,8 @@ "keywords": [ | ||
"type": "module", | ||
"exports": "./build/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./build/index.js", | ||
"types": "./build/src/index.d.ts" | ||
} | ||
}, | ||
"types": "./build/src/index.d.ts", | ||
@@ -26,0 +31,0 @@ "license": "MIT", |
@@ -24,3 +24,3 @@ # Tiebreak: FIDE compliant tournament tiebreak calculation | ||
Note: Only individual Swiss tournaments are currently supported. Team tournaments and round robin tournaments are not implemented correctly yet. | ||
_Note: Only individual Swiss tournaments are currently supported. Team tournaments and round robin tournaments are not implemented correctly yet._ | ||
@@ -85,2 +85,6 @@ ## Installation | ||
## Release Notes | ||
See https://github.com/marceljuenemann/tiebreak/releases | ||
## Development | ||
@@ -98,5 +102,5 @@ | ||
- Increase version | ||
- Update CHANGELOG (or create it) | ||
- Push to main and ensure all workflows are passing | ||
- `npm run build` | ||
- `npm publish` | ||
- Create release on GitHub with release notes |
69806
104