From c3791ba5213370c5a72b1a4b4f319ffad7648a25 Mon Sep 17 00:00:00 2001 From: Javi Aguilar <122741+itsjavi@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:15:59 +0100 Subject: [PATCH] chore(release): v0.8.2 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..b6bb59bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + diff --git a/package.json b/package.json index 9c1d4303..8bd4ff61 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -97,4 +97,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file