We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd770b commit 00ac983Copy full SHA for 00ac983
CHANGELOG.md
@@ -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
10
# [1.1.0](https://github.com/NativeScript/plugin-tools/compare/1.0.7...1.1.0) (2021-02-21)
11
12
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/plugin-tools-source",
- "version": "1.1.0",
+ "version": "2.0.0",
"license": "MIT",
"scripts": {
"clean": "npx rimraf package-lock.json yarn.lock node_modules && yarn",
0 commit comments