Skip to content

Commit f2a5f5f

Browse files
committed
v3.0.0
1 parent 208de2c commit f2a5f5f

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/nativescript-community/sentry/compare/v2.1.1...v3.0.0) (2021-09-21)
7+
8+
**Note:** Version bump only for package @nativescript-community/sentry
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/nativescript-community/sentry/compare/v2.1.0...v2.1.1) (2021-09-21)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "2.1.1",
5+
"version": "3.0.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/nativescript-community/sentry/compare/v2.1.1...v3.0.0) (2021-09-21)
7+
8+
**Note:** Version bump only for package @nativescript-community/sentry
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/nativescript-community/sentry/compare/v2.1.0...v2.1.1) (2021-09-21)
715

816

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/sentry",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
55
"main": "./index",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)