Skip to content

Commit 13be3d6

Browse files
committed
chore(release): @nativescript/core@7.0.5
1 parent 1f790ed commit 13be3d6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.0.5](https://github.com/NativeScript/NativeScript/compare/7.0.4-core...7.0.5) (2020-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** bundle entry points and global handling ([#8884](https://github.com/NativeScript/NativeScript/issues/8884)) ([1f790ed](https://github.com/NativeScript/NativeScript/commit/1f790edc8032fd36bde4b7a24e4d1c1c4b4dea49))
7+
8+
9+
110
## [7.0.4](https://github.com/NativeScript/NativeScript/compare/7.0.3-types-ios...7.0.4) (2020-09-23)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"license": "MIT",
55
"scripts": {
66
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "7.0.4",
6+
"version": "7.0.5",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)