Skip to content

Commit cfb1095

Browse files
authored
Merge pull request #297 from thefrontside/release
Publish New Versions
2 parents 6164cb0 + a201dd1 commit cfb1095

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changes/handle-dynamic-schema.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.5.3]
4+
5+
### Bug Fixes
6+
7+
- [`e565f7b`](https://github.com/thefrontside/simulacrum/commit/e565f7b9f32390cd18d38001650a9e4c757fd608) *Possibly breaking* We incorrectly used the hosted schema with an Enterprise endpoint. Correcting this to default to the hosted endpoint with the hosted schema. Use `apiUrl` and `apiSchema` if there is need to adjust for Enterprise use cases.
8+
39
## \[0.5.2]
410

511
### Bug Fixes

packages/github-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/github-api-simulator",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"private": false,
55
"description": "Provides common functionality to frontend app and plugins.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)