chore(release): @nativescript/types@7.2.1

This commit is contained in:
Nathan Walker
2021-02-07 12:08:22 -08:00
parent de7006b04d
commit d871765762
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## [7.2.1](https://github.com/NativeScript/NativeScript/compare/7.2.0-core...7.2.1) (2021-02-07)
### Bug Fixes
* **core:** conflicting node global types ([#9197](https://github.com/NativeScript/NativeScript/issues/9197)) ([de7006b](https://github.com/NativeScript/NativeScript/commit/de7006b04d1fb2209b8f6efeafbc2a16d4a1d83d))
# [7.2.0](https://github.com/NativeScript/NativeScript/compare/7.1.4-core...7.2.0) (2021-02-05)

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.2.0",
"version": "7.2.1",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d",

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.2.0",
"version": "7.2.1",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",