Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.1.0...v1.2.0) (2026-02-20)


### Features

* 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))
* 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))


### Bug Fixes

* 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))
* 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))
* 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))

## [1.1.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.0.0...v1.1.0) (2026-02-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memberstack-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Manage your Memberstack account with a simple, yet powerful CLI.",
"keywords": [
"memberstack",
Expand Down