Skip to content

Commit

Permalink
chore(release): v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Oct 1, 2024
1 parent 3f1e080 commit 58a949e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v1.8.5

[compare changes](https://github.com/fearandesire/resolve-team/compare/v1.8.4...v1.8.5)

### 💅 Refactors

- Use async; update jsdoc ([bc98a9a](https://github.com/fearandesire/resolve-team/commit/bc98a9a))
- Use pnpm; upgrade deps ([3f1e080](https://github.com/fearandesire/resolve-team/commit/3f1e080))

### 🏡 Chore

- Use biomejs ([80cdc3b](https://github.com/fearandesire/resolve-team/commit/80cdc3b))

### ❤️ Contributors

- Fearandesire ([@fearandesire](http://github.com/fearandesire))

## v1.8.4

[compare changes](https://github.com/fearandesire/resolve-team/compare/v1.8.3...v1.8.4)
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resolve-team",
"version": "1.8.4",
"version": "1.8.5",
"description": "Resolve NBA & NFL sports team names and information via fuzzy search",
"type": "module",
"exports": {
Expand All @@ -12,7 +12,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "pkgroll",
"test": "jest",
Expand Down Expand Up @@ -73,13 +75,19 @@
"typescript": "^5.6.2"
},
"jest": {
"moduleFileExtensions": ["js", "json", "ts"],
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": ["**/*.(t|j)s"],
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"globals": {
"'ts-jest'": {
"useESM": true
Expand Down

0 comments on commit 58a949e

Please sign in to comment.