Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Dec 4, 2023
1 parent 6d6ae0c commit 5c528d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

16 changes: 16 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-pre.32](https://github.com/robere2/starboard/compare/@mcsb/[email protected]...@mcsb/[email protected]) (2023-12-04)

### Bug Fixes

- Log full stack when generator throws an error ([f4f0dad](https://github.com/robere2/starboard/commit/f4f0daddbbebec56fed31c5c6eceb6b26d42bb6f))

### Features

- `hypixelRequest` will throw a `HypixelRequestCallbackError` if the callback throws. ([69876e1](https://github.com/robere2/starboard/commit/69876e1701cc3bc55b1cc328e6a9149133755507))
- Add `generate-loop` command to the schemas script. Runs `generate` every 5m15s ([aceab37](https://github.com/robere2/starboard/commit/aceab376104d02966a7752170eec563bdbbecee0))
- Add `HYPIXEL_GEN_MAX_WORKERS` option to limit the number of workers ([6d6ae0c](https://github.com/robere2/starboard/commit/6d6ae0c4ab5dc8d6a4b604e878343b03f0ef46da))
- Added ability to write errors encountered during generation to the file system ([1f3706b](https://github.com/robere2/starboard/commit/1f3706bf2a7c55c00fcebab90421d641e01bb568))
- Fetch errors no longer stop other generator requests from proceeding ([9e2fb92](https://github.com/robere2/starboard/commit/9e2fb92d7a479c15991252608b2eab5931e63cbb))
- Force schemas to use LF line endings ([ea0eb50](https://github.com/robere2/starboard/commit/ea0eb509d438121d21623fd3713f631f2b37ee23))
- Schema updates ([d4a9be1](https://github.com/robere2/starboard/commit/d4a9be1f83d5ef7bcb25dbe0c25cac2dc1941d47))

# [1.0.0-pre.31](https://github.com/robere2/starboard/compare/@mcsb/[email protected]...@mcsb/[email protected]) (2023-12-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcsb/schemas",
"version": "1.0.0-pre.31",
"version": "1.0.0-pre.32",
"description": "Self-generative JSON schemas for the Hypixel API",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 5c528d7

Please sign in to comment.