Skip to content

Commit 0bf74ba

Browse files
chore(main): release 1.2.0
1 parent 839c193 commit 0bf74ba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* 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))
15+
* 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))
16+
317
## [1.1.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.0.0...v1.1.0) (2026-02-19)
418

519

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)