Skip to content

Commit

Permalink
chore(release): v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Nov 22, 2023
1 parent 3fe1224 commit c3791ba
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

## v0.8.2


### 🚀 Enhancements

- Generate index.html to list all json files ([47c457e](https://github.com/supeffective/dataset/commit/47c457e))
- Generate index.html to list all json files ([070c047](https://github.com/supeffective/dataset/commit/070c047))
- **pages:** Improve html css ([aac2102](https://github.com/supeffective/dataset/commit/aac2102))

### 🏡 Chore

- Import supereffective-sdk project ([38731ad](https://github.com/supeffective/dataset/commit/38731ad))
- Remove unused constants and add noindex meta tag ([506786a](https://github.com/supeffective/dataset/commit/506786a))
- Change upstream deploy url ([6e3c0ec](https://github.com/supeffective/dataset/commit/6e3c0ec))
- Update versioning scripts ([3fe1224](https://github.com/supeffective/dataset/commit/3fe1224))

### 🤖 CI

- **pages:** Deploy only dist/data folder ([4c6b59d](https://github.com/supeffective/dataset/commit/4c6b59d))

### ❤️ Contributors

- Javi Aguilar

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": "0.8.1",
"version": "0.8.2",
"description": "Dataset for supereffective.gg",
"homepage": "https://github.com/supeffective/dataset#readme",
"bugs": {
Expand Down Expand Up @@ -97,4 +97,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c3791ba

Please sign in to comment.