Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 0a06f6b

Browse files
chore(main): release 1.0.0-rc.1 (#112)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c8c34f commit 0a06f6b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "1.0.0-rc.1"
33
}

CHANGELOG.md

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

3+
## [1.0.0-rc.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.1...v1.0.0-rc.1) (2024-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename scripts get -> fetch ([#113](https://github.com/rivet-gg/opengb-modules/issues/113))
9+
10+
### Features
11+
12+
* **users:** optionally return `user` in `authenticate_token` ([01d9791](https://github.com/rivet-gg/opengb-modules/commit/01d9791b4a1955b373e7aef933b2ea67bf3ecf54))
13+
14+
15+
### Code Refactoring
16+
17+
* **rate_limit:** migrate to actors ([#116](https://github.com/rivet-gg/opengb-modules/issues/116)) ([8c83495](https://github.com/rivet-gg/opengb-modules/commit/8c83495bcb29011121eddd56540cbb11054a7530))
18+
19+
20+
### Chores
21+
22+
* add strict compiler options ([#129](https://github.com/rivet-gg/opengb-modules/issues/129)) ([7bb4e9e](https://github.com/rivet-gg/opengb-modules/commit/7bb4e9e48874bb103a2f789f46709e9034cd72c6))
23+
* format ([#128](https://github.com/rivet-gg/opengb-modules/issues/128)) ([6b2d0e3](https://github.com/rivet-gg/opengb-modules/commit/6b2d0e31a7e553c1d37d6872d339312b02e964be))
24+
* release 1.0.0-rc.1 ([8c8c34f](https://github.com/rivet-gg/opengb-modules/commit/8c8c34fb6b7ae5c05f135501da586fa76b24097f))
25+
* rename scripts get -&gt; fetch ([#113](https://github.com/rivet-gg/opengb-modules/issues/113)) ([01d9791](https://github.com/rivet-gg/opengb-modules/commit/01d9791b4a1955b373e7aef933b2ea67bf3ecf54))
26+
* update `ctx.userConfig` -&gt; `ctx.config` ([#111](https://github.com/rivet-gg/opengb-modules/issues/111)) ([c9e0f72](https://github.com/rivet-gg/opengb-modules/commit/c9e0f72c950b267a654980de4fe0308495769a00))
27+
* update logging ([#126](https://github.com/rivet-gg/opengb-modules/issues/126)) ([12a5cf1](https://github.com/rivet-gg/opengb-modules/commit/12a5cf19e9ae27719c5a5639a3593db3d15e97e4))
28+
* update raw queries to use explicit schemas for OpenGB 0.2 ([#115](https://github.com/rivet-gg/opengb-modules/issues/115)) ([28f260f](https://github.com/rivet-gg/opengb-modules/commit/28f260f776111841da3240a286c2d0f1a36ed8f5))
29+
* update uploads to read from correct env ([#130](https://github.com/rivet-gg/opengb-modules/issues/130)) ([6a7b08e](https://github.com/rivet-gg/opengb-modules/commit/6a7b08ee32f7478ec89f7c7ca531e0cd78eb7326))
30+
331
## [0.1.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.0...v0.1.1) (2024-06-10)
432

533

0 commit comments

Comments
 (0)