From 2f4f4b74cca2b1accd26e296f65a711ee20bf76d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:09:23 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3074484..bea63e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ae8de71..a1a36c7 100644 --- a/package.json +++ b/package.json @@ -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",