Skip to content

Commit 58056d6

Browse files
committed
v0.0.9
1 parent 7c41f3b commit 58056d6

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.0.9](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.8...v0.0.9) (2020-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* update to latest SDK ([3f02271](https://github.com/Akylas/nativescript-akylas-sentry/commit/3f02271bda4ca548606fa91ce50cd5ace198e7ef))
12+
13+
14+
15+
16+
617
## [0.0.8](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.7...v0.0.8) (2020-06-22)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.0.9](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.8...v0.0.9) (2020-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* update to latest SDK ([3f02271](https://github.com/Akylas/nativescript-akylas-sentry/commit/3f02271bda4ca548606fa91ce50cd5ace198e7ef))
12+
13+
14+
15+
16+
617
## [0.0.8](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.7...v0.0.8) (2020-06-22)
718

819
**Note:** Version bump only for package nativescript-akylas-sentry

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-akylas-sentry",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"main": "./index",
55
"typings": "./index.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)