diff --git a/docs/content/changelog.mdx b/docs/content/changelog.mdx index 6aa5936..8ffe293 100644 --- a/docs/content/changelog.mdx +++ b/docs/content/changelog.mdx @@ -1,6 +1,6 @@ # Changelog -## 2.0.2 (UNRELEASED) +## 2.0.2 - `getEnumMods` now returns `['NC']` instead of `['DT', 'NC']` when input is `576` and returns `['PF']` instead of `['SD', 'PF']` when input is `16416`. diff --git a/package.json b/package.json index 04a10d0..73df21d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osu-web.js", - "version": "2.0.1", + "version": "2.0.2", "description": "osu.js is an unofficial Javascript and Typescript SDK for the browser-facing portion of osu! with type safety in mind", "main": "lib/index.cjs", "module": "lib/index.js",