Skip to content

Commit ae956aa

Browse files
authored
Merge pull request #165 from flowglad/release-please--branches--main--changes--next--components--node
release: 0.19.2
2 parents a97cdb3 + 7d7d2d8 commit ae956aa

File tree

9 files changed

+395
-19
lines changed

9 files changed

+395
-19
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.19.1"
2+
".": "0.19.2"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 47
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/flowglad%2Fflowglad-2373e020bc9a415249b387fcec33e7dc51910b16bbb31271c6a43dd72b5881ca.yml
3-
openapi_spec_hash: 3eb536322e3f9a324d7155488a6d2db7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/flowglad%2Fflowglad-8234ec8a0b6db6c0975b626af192570723d95a06217a4477579541e08e6a28bc.yml
3+
openapi_spec_hash: f8f769ff8b1845ace73545ce399e25cb
44
config_hash: 67ca63fcd5d20f837ad72100ba11dd71

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 0.19.2 (2025-04-10)
3+
4+
Full Changelog: [v0.19.1...v0.19.2](https://github.com/flowglad/flowglad-node/compare/v0.19.1...v0.19.2)
5+
6+
### Bug Fixes
7+
8+
* **api:** fix trialEnd timestamp issue ([9f75ccf](https://github.com/flowglad/flowglad-node/commit/9f75ccfdcfe1686c1e5d8835a35891fb87cd4151))
9+
210
## 0.19.1 (2025-04-10)
311

412
Full Changelog: [v0.19.0...v0.19.1](https://github.com/flowglad/flowglad-node/compare/v0.19.0...v0.19.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowglad/node",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "The official TypeScript library for the Flowglad API",
55
"author": "Flowglad <[email protected]>",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)