Skip to content

Commit 1cbf375

Browse files
committed
meta: Changelog
1 parent 04c4814 commit 1cbf375

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v0.17.0
4+
5+
- feat: Add `SENTRY_ANDROID_SDK_VERSION` to configure Android SDK version
6+
- fix: Replicate cordova prepare functionality for getting platform path
7+
38
## v0.16.2
49

510
- Fix #146

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"@sentry/minimal": "~5.6.1",
3030
"@sentry/types": "~5.6.1",
3131
"@sentry/utils": "~5.6.1",
32-
"@sentry/wizard": "^1.0.0",
33-
"snyk": "^1.235.0"
32+
"@sentry/wizard": "^1.0.0"
3433
},
3534
"devDependencies": {
3635
"@sentry/typescript": "^5.3.0",
@@ -49,6 +48,7 @@
4948
"rollup-plugin-node-resolve": "^4.2.3",
5049
"rollup-plugin-terser": "^4.0.4",
5150
"rollup-plugin-typescript2": "^0.21.0",
51+
"snyk": "^1.235.0",
5252
"ts-jest": "^24.1.0",
5353
"tslint": "^5.20.0",
5454
"tslint-config-prettier": "^1.18.0",

0 commit comments

Comments
 (0)