Skip to content

Commit 145b65d

Browse files
committed
chore(release): 1.17.0 [skip ci]
1 parent cdfd17b commit 145b65d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.17.0](https://github.com/salesforcecli/plugin-packaging/compare/1.16.11...1.17.0) (2023-05-12)
2+
3+
4+
### Features
5+
6+
* add enable-app-analytics option for api version >= 59.0 ([55621a7](https://github.com/salesforcecli/plugin-packaging/commit/55621a7c7937618b3fd7893b20b49e57a96633d0))
7+
8+
9+
110
## [1.16.11](https://github.com/salesforcecli/plugin-packaging/compare/1.16.10...1.16.11) (2023-05-02)
211

312

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-packaging",
33
"description": "SFDX plugin that support Salesforce Packaging Platform",
4-
"version": "1.16.11",
4+
"version": "1.17.0",
55
"main": "lib/index.js",
66
"author": "Salesforce",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
@@ -258,4 +258,4 @@
258258
"output": []
259259
}
260260
}
261-
}
261+
}

0 commit comments

Comments
 (0)