Skip to content

Commit

Permalink
chore(release): v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoersamu committed Dec 26, 2023
1 parent 8d73760 commit b0f5c6c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
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]>

4 changes: 2 additions & 2 deletions package.json
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",
Expand Down Expand Up @@ -43,4 +43,4 @@
"vitest": "^1.0.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit b0f5c6c

Please sign in to comment.