Skip to content

Commit f922a87

Browse files
committed
v0.0.6
1 parent f930348 commit f922a87

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.6](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.5...v0.0.6) (2020-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* major update of the android sdk ([dd415cb](https://github.com/Akylas/nativescript-akylas-sentry/commit/dd415cb55c35230063ce860e72c64baa6415d5a4))
12+
13+
14+
15+
16+
617
## [0.0.5](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.4...v0.0.5) (2020-01-29)
718

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

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.5",
5+
"version": "0.0.6",
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.6](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.5...v0.0.6) (2020-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* major update of the android sdk ([dd415cb](https://github.com/Akylas/nativescript-akylas-sentry/commit/dd415cb55c35230063ce860e72c64baa6415d5a4))
12+
13+
14+
15+
16+
617
## [0.0.5](https://github.com/Akylas/nativescript-akylas-sentry/compare/v0.0.4...v0.0.5) (2020-01-29)
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.5",
3+
"version": "0.0.6",
44
"main": "./index.js",
55
"typings": "./index.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)