Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Mar 31, 2024
1 parent e06fdf5 commit e566319
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

## v3.0.0

[compare changes](https://github.com/supeffective/dataset/compare/v2.5.0...v3.0.0)

### 🩹 Fixes

- Wrong pokemon data path ([b013dca](https://github.com/supeffective/dataset/commit/b013dca))

### 💅 Refactors

- Languages ([5d3a2e8](https://github.com/supeffective/dataset/commit/5d3a2e8))
- **BREAKING:** Simplified API, with only the necessary. Better CDN client. ([d5ede8f](https://github.com/supeffective/dataset/commit/d5ede8f))
- Add lang helpers and fix text lang ids ([959d7c1](https://github.com/supeffective/dataset/commit/959d7c1))

### 🏡 Chore

- Fix version script ([24c34a1](https://github.com/supeffective/dataset/commit/24c34a1))
- Remove implicit patch ([e06fdf5](https://github.com/supeffective/dataset/commit/e06fdf5))

### ❤️ Contributors

- Javi Aguilar ([@itsjavi](http://github.com/itsjavi))

## v2.5.0

[compare changes](https://github.com/supeffective/dataset/compare/v2.4.0...v2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supeffective/dataset",
"version": "2.5.0",
"version": "3.0.0",
"description": "Dataset for supereffective.gg",
"homepage": "https://github.com/supeffective/dataset#readme",
"bugs": {
Expand Down Expand Up @@ -90,4 +90,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit e566319

Please sign in to comment.