From c55fe18871a8d5547e0ad7abd56dc45de26e8bbb Mon Sep 17 00:00:00 2001 From: Javi Aguilar <122741+itsjavi@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:26:42 +0100 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd15e05b..effafd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v1.2.0 + +[compare changes](https://github.com/supeffective/dataset/compare/v1.1.0...v1.2.0) + +### 🚀 Enhancements + +- Include dex and pokemon indices in JS bundled data. upgrade deps. ([385247a](https://github.com/supeffective/dataset/commit/385247a)) + +### ❤️ Contributors + +- Javi Aguilar + ## v1.1.0 [compare changes](https://github.com/supeffective/dataset/compare/v1.0.0...v1.1.0) diff --git a/package.json b/package.json index f0aaec56..32547dc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supeffective/dataset", - "version": "1.1.0", + "version": "1.2.0", "description": "Dataset for supereffective.gg", "homepage": "https://github.com/supeffective/dataset#readme", "bugs": { @@ -103,4 +103,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file