Skip to content

Commit 9e11730

Browse files
chore(main): release 1.2.0 (#6)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](v1.1.0...v1.2.0) (2026-02-20) ### Features * add global CLI options and environment variable support ([#5](#5)) ([8cc78ae](8cc78ae)) * add users command for managing app users ([#9](#9)) ([839c193](839c193)) ### Bug Fixes * fix cursor pagination and improve null safety across commands ([#10](#10)) ([4327f99](4327f99)) * flatten nested objects in printTable output ([#7](#7)) ([acf14c6](acf14c6)) * rename --json to --json-data on members update command ([#8](#8)) ([d9c3526](d9c3526)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4327f99 commit 9e11730

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.1.0...v1.2.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* add global CLI options and environment variable support ([#5](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/5)) ([8cc78ae](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/8cc78aeb7197d799bb7e134dfa528197de790328))
9+
* add users command for managing app users ([#9](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/9)) ([839c193](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/839c193c5a8035afe4c82143c4136984afcf1c8c))
10+
11+
12+
### Bug Fixes
13+
14+
* fix cursor pagination and improve null safety across commands ([#10](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/10)) ([4327f99](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/4327f99d0c4b56583a02e5a394884a0a8ac0ef48))
15+
* flatten nested objects in printTable output ([#7](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/7)) ([acf14c6](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/acf14c6a5fcedfd8ab48acbd447d32d17b55c2b1))
16+
* rename --json to --json-data on members update command ([#8](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/8)) ([d9c3526](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/d9c3526acb0aa11df8a4c121c6fcf7bf02da644b))
17+
318
## [1.1.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.0.0...v1.1.0) (2026-02-19)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memberstack-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Manage your Memberstack account with a simple, yet powerful CLI.",
55
"keywords": [
66
"memberstack",

0 commit comments

Comments
 (0)