Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jan 20, 2024
1 parent 4e71ef6 commit b3cdd63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "1.8.1",
"version": "1.9.0",
"description": "A NodeJS library for interfacing with Discord.",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
"typedoc": "0.25.7",
"typedoc-plugin-extras": "3.0.0",
"typedoc-plugin-mdn-links": "^3.1.12",
"typedoc-plugin-merge-modules": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"favicon": "./static/favicon.ico",
"titleLink": "https://docs.oceanic.ws",
"mergeModulesMergeMode": "project",
"groupOrder": ["*", "Namespaces"]
"kindSortOrder": ["Class", "Namespace"]
}

0 comments on commit b3cdd63

Please sign in to comment.