Skip to content

Commit 00ac983

Browse files
committed
chore(release): 2.0.0
1 parent 5cd770b commit 00ac983

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.0](https://github.com/NativeScript/plugin-tools/compare/1.1.0...2.0.0) (2021-07-22)
2+
3+
4+
### Features
5+
6+
* nx-plugin structure + Nx 12.5.x + webpack5 ([#4](https://github.com/NativeScript/plugin-tools/issues/4)) ([5cd770b](https://github.com/NativeScript/plugin-tools/commit/5cd770be682362fdd0d8bf98c2efcca4cbebafb4))
7+
8+
9+
110
# [1.1.0](https://github.com/NativeScript/plugin-tools/compare/1.0.7...1.1.0) (2021-02-21)
211

312
### Features

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": "1.1.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"scripts": {
66
"clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn",

0 commit comments

Comments
 (0)