Skip to content

Commit 67ce60c

Browse files
chore(main): release 1.3.0 (#12)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](v1.2.0...v1.3.0) (2026-02-22) ### Features * add auth update-profile command ([#11](#11)) ([94bed09](94bed09)) * add members note command for updating member notes ([#15](#15)) ([7f79150](7f79150)) * add permissions command for managing plan and member permissions ([#14](#14)) ([0148b94](0148b94)) * add prices command for managing plan prices ([#13](#13)) ([d963262](d963262)) * add providers command for managing auth providers ([#16](#16)) ([5a4fe9b](5a4fe9b)) * add sso command for managing SSO apps ([#18](#18)) ([9a59bd2](9a59bd2)) * add update and reset commands ([#19](#19)) ([052b716](052b716)) --- 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 052b716 commit 67ce60c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.2.0...v1.3.0) (2026-02-22)
4+
5+
6+
### Features
7+
8+
* add auth update-profile command ([#11](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/11)) ([94bed09](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/94bed096db96f88533d7e79addbe8302a4dbb2bb))
9+
* add members note command for updating member notes ([#15](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/15)) ([7f79150](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/7f79150b28f042b6aac8c6f845b422c4156731da))
10+
* add permissions command for managing plan and member permissions ([#14](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/14)) ([0148b94](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/0148b941546bf9e6be693af3798bfd5abb8820ea))
11+
* add prices command for managing plan prices ([#13](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/13)) ([d963262](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/d9632620426db580e0281ea73ee9ec52dd3495d8))
12+
* add providers command for managing auth providers ([#16](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/16)) ([5a4fe9b](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/5a4fe9ba8745923a08f7fcd39d98603103c5bdc9))
13+
* add sso command for managing SSO apps ([#18](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/18)) ([9a59bd2](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/9a59bd22be4e772d47ef3d0a0747b229ee0b823e))
14+
* add update and reset commands ([#19](https://github.com/Flash-Brew-Digital/memberstack-cli/issues/19)) ([052b716](https://github.com/Flash-Brew-Digital/memberstack-cli/commit/052b716a44e156f2c8dd64a727dcfd33ae56ec7f))
15+
316
## [1.2.0](https://github.com/Flash-Brew-Digital/memberstack-cli/compare/v1.1.0...v1.2.0) (2026-02-20)
417

518

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.2.0",
3+
"version": "1.3.0",
44
"description": "Manage your Memberstack account with a simple, yet powerful CLI.",
55
"keywords": [
66
"memberstack",

0 commit comments

Comments
 (0)