Skip to content

Commit b3c2d01

Browse files
chore(release): release 9.0.0
1 parent efa5cde commit b3c2d01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [9.0.0](https://github.com/favna/nintendo-switch-eshop/compare/v8.0.1...v9.0.0) - (2025-08-29)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Remove no longer supported functions ([efa5cde](https://github.com/favna/nintendo-switch-eshop/commit/efa5cde1cadf8aa51fd1dafd43acffe25010cdc8))
10+
- 💥 **BREAKING CHANGE:** Nintendo has changed authentication for various endpoints, making several functions impossible to be used anymore. The functions removed are `getGamesEurope`, `getGamesJapan`, `getActiveShops`, `getShopsAmerica`, `getShopsAsia`, `getShopEurope`, `getPrices`, and `getShopByCountryCode`.
11+
512
# [8.0.1](https://github.com/favna/nintendo-switch-eshop/compare/v8.0.0...v8.0.1) - (2025-05-11)
613

714
## 🏠 Refactor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nintendo-switch-eshop",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"workspaces": [
55
"documentation/"
66
],

0 commit comments

Comments
 (0)