Skip to content

Commit 39b620e

Browse files
release: 0.29.1
1 parent ab1bfe8 commit 39b620e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.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.29.0"
2+
".": "0.29.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 0.29.1 (2026-01-24)
3+
4+
Full Changelog: [v0.29.0...v0.29.1](https://github.com/flowglad/flowglad-node/compare/v0.29.0...v0.29.1)
5+
6+
### Chores
7+
8+
* **ci:** upgrade `actions/github-script` ([ab1bfe8](https://github.com/flowglad/flowglad-node/commit/ab1bfe8705631f229c10ac023bc8ae205c4edd46))
9+
210
## 0.29.0 (2026-01-18)
311

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

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.29.0",
3+
"version": "0.29.1",
44
"description": "The official TypeScript library for the Flowglad API",
55
"author": "Flowglad <dev-feedback@flowglad.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.29.0'; // x-release-please-version
1+
export const VERSION = '0.29.1'; // x-release-please-version

0 commit comments

Comments
 (0)