From d871765762f8393472982d4b23df4f805f087f2f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 7 Feb 2021 12:08:22 -0800 Subject: [PATCH] chore(release): @nativescript/types@7.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be472ec7..48dcb6061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 97f8b0cf0..2c89dcc4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "7.2.0", + "version": "7.2.1", "license": "MIT", "scripts": { "clean": "git clean -f -X -d", diff --git a/packages/core/package.json b/packages/core/package.json index 63407ee0e..523919fb9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",