-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Changelog | ||
|
||
|
||
## v2.3.0 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Change to vitest, pnpm and update deps ([8d73760](https://github.com/hoersamu/multi-elo/commit/8d73760)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Empty lockfile ([e975e46](https://github.com/hoersamu/multi-elo/commit/e975e46)) | ||
- Add `coverage` directory to `.eslintignore` ([#62](https://github.com/hoersamu/multi-elo/pull/62)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix yarn add command ([#21](https://github.com/hoersamu/multi-elo/pull/21)) | ||
- Add node lts info ([9af0642](https://github.com/hoersamu/multi-elo/commit/9af0642)) | ||
- Fix build status badge url ([#66](https://github.com/hoersamu/multi-elo/pull/66)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add development ([bc17492](https://github.com/hoersamu/multi-elo/commit/bc17492)) | ||
- Update script ([23448c8](https://github.com/hoersamu/multi-elo/commit/23448c8)) | ||
- Update tests and add coverage ([1eeb2a6](https://github.com/hoersamu/multi-elo/commit/1eeb2a6)) | ||
- Add `@vitest/coverage-c8` and run coverage in `test` script ([#13](https://github.com/hoersamu/multi-elo/pull/13)) | ||
- Use explicit dev dependency ([3f025c1](https://github.com/hoersamu/multi-elo/commit/3f025c1)) | ||
- Enable typescript strict mode ([#16](https://github.com/hoersamu/multi-elo/pull/16)) | ||
- Type exports ([#18](https://github.com/hoersamu/multi-elo/pull/18)) | ||
- Update renovate config ([#25](https://github.com/hoersamu/multi-elo/pull/25)) | ||
- Update template ([ef62c35](https://github.com/hoersamu/multi-elo/commit/ef62c35)) | ||
- Update deps ([5b82f23](https://github.com/hoersamu/multi-elo/commit/5b82f23)) | ||
- Update badges style and description ([9618507](https://github.com/hoersamu/multi-elo/commit/9618507)) | ||
- Update deps ([#82](https://github.com/hoersamu/multi-elo/pull/82)) | ||
- Add autofix ci ([03bae11](https://github.com/hoersamu/multi-elo/commit/03bae11)) | ||
- Remove lockfile from repo ([513a5e9](https://github.com/hoersamu/multi-elo/commit/513a5e9)) | ||
- Update template ([9d3de16](https://github.com/hoersamu/multi-elo/commit/9d3de16)) | ||
- Add bun install ([c675005](https://github.com/hoersamu/multi-elo/commit/c675005)) | ||
- Update dependencies ([58807bc](https://github.com/hoersamu/multi-elo/commit/58807bc)) | ||
- Remove `types` and `*build` from default gitignores ([ddf04f6](https://github.com/hoersamu/multi-elo/commit/ddf04f6)) | ||
- Simplify `pnpm run` to `pnpm` and update pnpm version ([#93](https://github.com/hoersamu/multi-elo/pull/93)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Samuel Höra <[email protected]> | ||
- Nozomu Ikuta <[email protected]> | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Sébastien Chopin <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "multi-elo", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "", | ||
"repository": "hoersamu/multi-elo", | ||
"license": "MIT", | ||
|
@@ -43,4 +43,4 @@ | |
"vitest": "^1.0.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |