Skip to content

Commit f9ddf7e

Browse files
committed
release: 1.7.3
1 parent d7bb10c commit f9ddf7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.7.3
44

55
### Fixes
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-cordova",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"main": "dist/js/sentry-cordova.js",
55
"types": "dist/js/sentry-cordova.d.ts",
66
"license": "MIT",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="1.7.2">
3+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="1.7.3">
44
<name>Sentry</name>
55
<author>Sentry</author>
66
<description>Official Sentry SDK for Cordova</description>

src/js/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.cordova';
2-
export const SDK_VERSION = '1.7.2';
2+
export const SDK_VERSION = '1.7.3';

0 commit comments

Comments
 (0)