Skip to content

Commit 28d98ae

Browse files
Updated version number and release notes
1 parent 507a162 commit 28d98ae

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

docs/manual/docs/about/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release notes
22

3+
## v0.2.0
4+
5+
New commands:
6+
7+
**SharePoint Online:**
8+
9+
- [spo app add](../cmd/spo/app/app-add.md) - add an app to the specified SharePoint Online app catalog
10+
- [spo app deploy](../cmd/spo/app/app-deploy.md) - deploy the specified app in the tenant app catalog
11+
- [spo app get](../cmd/spo/app/app-get.md) - get information about the specific app from the tenant app catalog
12+
- [spo app install](../cmd/spo/app/app-install.md) - install an app from the tenant app catalog in the site
13+
- [spo app list](../cmd/spo/app/app-list.md) - list apps from the tenant app catalog
14+
- [spo app retract](../cmd/spo/app/app-retract.md) - retract the specified app from the tenant app catalog
15+
- [spo app uninstall](../cmd/spo/app/app-uninstall.md) - uninstall an app from the site
16+
- [spo app upgrade](../cmd/spo/app/app-upgrade.md) - upgrade app in the specified site
17+
318
## v0.1.1
419

520
- Fixed bug in resolving command paths on Windows

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnp/office365-cli",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "CLI for managing Office 365 configuration",
55
"license": "MIT",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)