Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Mario564 committed Feb 10, 2024
1 parent d0705c3 commit a2621f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/changelog.mdx
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a2621f3

Please sign in to comment.