@usesocial/cli 0.11.10 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/index.mjs +749 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @usesocial/cli
|
|
2
2
|
|
|
3
|
+
## 0.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#72](https://github.com/usesocial/monorepo/pull/72) [`affa4d3`](https://github.com/usesocial/monorepo/commit/affa4d30c27cdad8512893065ebd2df080b79aca) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Fix X list OAuth scopes and list read field presets.
|
|
8
|
+
|
|
9
|
+
## 0.12.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#69](https://github.com/usesocial/monorepo/pull/69) [`2d389cb`](https://github.com/usesocial/monorepo/commit/2d389cb1fac672c67ea1da2ce2d6eca96f1b10bb) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Add X list management commands for reading, creating, updating, deleting, and managing list members.
|
|
14
|
+
|
|
3
15
|
## 0.11.10
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|