Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Mario564 committed Dec 18, 2023
1 parent a17b4ec commit 20c7f30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/content/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0

- Add `guest` and `nominated` literals to `UserBeatmapsType`;

## 1.3.1

- Fix the `Cllient.user.getUser` method not accepting a username as an input for `user` param.
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": "1.3.1",
"version": "1.4.0",
"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 20c7f30

Please sign in to comment.