@agnostack/verifyd 2.0.0-beta.2 → 2.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # [2.0.0](https://github.com/agnostack/verifyd/compare/v1.0.20...v2.0.0) (2024-02-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated action versions ([f07226b](https://github.com/agnostack/verifyd/commit/f07226b28a204a6bbd2c533201371f3147eaf257))
7
+ * updated lock file ([c4c730e](https://github.com/agnostack/verifyd/commit/c4c730e3e17819909041e7bf0e6d31cd3b09dac5))
8
+
9
+
10
+ ### Features
11
+
12
+ * changed nvmrc to 18 ([254409b](https://github.com/agnostack/verifyd/commit/254409b62f1d4351dae58017839dd8e507eab0ae))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * updated to node 18
18
+
19
+ # [2.0.0-beta.3](https://github.com/agnostack/verifyd/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-02-27)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * updated lock file ([c4c730e](https://github.com/agnostack/verifyd/commit/c4c730e3e17819909041e7bf0e6d31cd3b09dac5))
25
+
1
26
  # [2.0.0-beta.2](https://github.com/agnostack/verifyd/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-02-27)
2
27
 
3
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/verifyd",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0",
4
4
  "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
5
5
  "owner": "agnoStack",
6
6
  "description": "Please contact agnoStack via info@agnostack.com for any questions",