diff --git a/CHANGELOG.md b/CHANGELOG.md index f82a9ad6..954bb396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## v2.4.0 + +[compare changes](https://github.com/supeffective/dataset/compare/v2.3.0...v2.4.0) + +### 🚀 Enhancements + +- Add pokemon flavor texts, with TS types ([0bfdc4b](https://github.com/supeffective/dataset/commit/0bfdc4b)) + +### 🏡 Chore + +- Upgrade deps and remove husky and turbo ([0948cdb](https://github.com/supeffective/dataset/commit/0948cdb)) + +### ❤️ Contributors + +- Javi Aguilar ([@itsjavi](http://github.com/itsjavi)) + ## v2.3.0 [compare changes](https://github.com/supeffective/dataset/compare/v2.2.2...v2.3.0) diff --git a/package.json b/package.json index 23550d29..ddc15eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@supeffective/dataset", - "version": "2.3.0", + "version": "2.4.0", "description": "Dataset for supereffective.gg", "homepage": "https://github.com/supeffective/dataset#readme", "bugs": { @@ -90,4 +90,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file