Skip to content

Commit a6a4f25

Browse files
committed
chore(release): 2.0.2
1 parent 828bfce commit a6a4f25

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+
## [2.0.2](https://github.com/NativeScript/plugin-tools/compare/2.0.0...2.0.2) (2021-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure package listing is only valid structures ([828bfce](https://github.com/NativeScript/plugin-tools/commit/828bfcea3cdabb2ad3fda7eb7dc9039bea2722fb))
7+
8+
9+
110
# [2.0.0](https://github.com/NativeScript/plugin-tools/compare/1.1.0...2.0.0) (2021-07-22)
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/plugin-tools-source",
3-
"version": "2.0.0",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"scripts": {
66
"clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn",

packages/plugin-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/plugin-tools",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "NativeScript plugin tooling for workspaces",
55
"homepage": "https://nativescript.org",
66
"repository": {

0 commit comments

Comments
 (0)