Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 24, 2023
2 parents 6d3ad48 + 48d6f65 commit 1d777d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.2.0

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-cordova",
"version": "1.1.5",
"version": "1.2.0",
"main": "dist/js/sentry-cordova.js",
"types": "dist/js/sentry-cordova.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="1.1.5">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="1.2.0">
<name>Sentry</name>
<author>Sentry</author>
<description>Official Sentry SDK for Cordova</description>
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.cordova';
export const SDK_VERSION = '1.1.5';
export const SDK_VERSION = '1.2.0';

0 comments on commit 1d777d2

Please sign in to comment.