@salesforce/plugin-auth 1.8.2 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.0.2](https://github.com/salesforcecli/plugin-auth/compare/v2.0.1...v2.0.2) (2022-04-21)
6
+
7
+ ### Bug Fixes
8
+
9
+ - use configAgg on command ([#391](https://github.com/salesforcecli/plugin-auth/issues/391)) ([1e0a29c](https://github.com/salesforcecli/plugin-auth/commit/1e0a29c5209b9c4a907962123f6df85af0850197))
10
+
11
+ ### [2.0.1](https://github.com/salesforcecli/plugin-auth/compare/v2.0.0...v2.0.1) (2022-04-21)
12
+
13
+ ### Bug Fixes
14
+
15
+ - force a new release ([#390](https://github.com/salesforcecli/plugin-auth/issues/390)) ([0fc1e05](https://github.com/salesforcecli/plugin-auth/commit/0fc1e0592073a75fd5bf8adf1de832643c530657))
16
+
17
+ ## [2.0.0](https://github.com/salesforcecli/plugin-auth/compare/v1.8.2...v2.0.0) (2022-04-11)
18
+
19
+ ### Bug Fixes
20
+
21
+ - building with core3 command5 ([f69c752](https://github.com/salesforcecli/plugin-auth/commit/f69c752a27739433736a837bd61602daf4240dd1))
22
+ - use node 14 explicitly ([#386](https://github.com/salesforcecli/plugin-auth/issues/386)) ([c1ca07d](https://github.com/salesforcecli/plugin-auth/commit/c1ca07de356a035c428b268a2897e8254b28ca8f))
23
+ - use node lts ([#385](https://github.com/salesforcecli/plugin-auth/issues/385)) ([1b4c903](https://github.com/salesforcecli/plugin-auth/commit/1b4c90336af70ad0e9b4464ea171399a6705436d))
24
+ - use oclif not @oclif/dev-cli ([#384](https://github.com/salesforcecli/plugin-auth/issues/384)) ([6ff0a1d](https://github.com/salesforcecli/plugin-auth/commit/6ff0a1d8fdb16c5fd738d47b30d9ef780c0faaed))
25
+
5
26
  ### [1.8.2](https://github.com/salesforcecli/plugin-auth/compare/v1.8.1...v1.8.2) (2022-03-30)
6
27
 
7
28
  ### Bug Fixes