chore(release): 6.5.18

This commit is contained in:
Nathan Walker
2020-09-07 11:02:04 -07:00
parent c8273931f3
commit a36abc8fa4
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [6.5.18](https://github.com/NativeScript/NativeScript/compare/6.5.15...6.5.18) (2020-09-07)
### Bug Fixes
* **android:** undefined right-hand side of instance of ([bd4184e](https://github.com/NativeScript/NativeScript/commit/bd4184e78bffe3d9e7fe6b4f339d63e31a7ddb91))
* **ios:** Objective-C class name "UITabBar..." already in use handling ([c827393](https://github.com/NativeScript/NativeScript/commit/c8273931f30cd067e6955e641580cd7ce46288c5))
## [6.5.15](https://github.com/NativeScript/NativeScript/compare/6.5.13...6.5.15) (2020-08-12) ## [6.5.15](https://github.com/NativeScript/NativeScript/compare/6.5.13...6.5.15) (2020-08-12)

View File

@ -2,7 +2,7 @@
"name": "NativeScript", "name": "NativeScript",
"description": "NativeScript Core Modules", "description": "NativeScript Core Modules",
"homepage": "https://www.nativescript.org", "homepage": "https://www.nativescript.org",
"version": "6.5.17", "version": "6.5.18",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NativeScript/NativeScript" "url": "https://github.com/NativeScript/NativeScript"