nestwhats 1.0.0 → 1.0.1

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -0,0 +1,17 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ # [v1.0.0](https://github.com/NedcloarBR/NestWhats/commits/v1.0.0) - (2025-02-01)
5
+
6
+ ## Features
7
+
8
+ - Add cliff for changelogs ([696ce5e](https://github.com/NedcloarBR/NestWhats/commit/696ce5ec41b9f16f54d7d36f85b5a1e7093bcc2c))
9
+ - Handle qrcode generation error ([26d5111](https://github.com/NedcloarBR/NestWhats/commit/26d5111020b728028c8917a734d1ecbbf5413a6a))
10
+ - Improve exports and add module test ([30acc6f](https://github.com/NedcloarBR/NestWhats/commit/30acc6ff8a6e1a49e9787c4c851586c3eef7f4de))
11
+ - Add listeners and commands module ([5b296a1](https://github.com/NedcloarBR/NestWhats/commit/5b296a1a1b58353d307af906512688e01c0b381c))
12
+ - Inital commit ([3432a38](https://github.com/NedcloarBR/NestWhats/commit/3432a38576ee27e0a2d90952459f436c1ae03a34))
13
+
14
+ ## Styling
15
+
16
+ - Update biome and lint/format ([9985673](https://github.com/NedcloarBR/NestWhats/commit/9985673e19da6397bd7432df8824c2e70be77415))
17
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nestwhats",
3
3
  "description": "A whatsapp-web.js wrapper for NestJS to create WhatsApp bots",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "author": {
6
6
  "name": "Miguel Alexandre Uhlein",
7
7
  "email": "nedcloar1@hotmail.com"
@@ -15,7 +15,7 @@
15
15
  "url": "https://github.com/NedcloarBR/NestWhats/issues"
16
16
  },
17
17
  "engines": {
18
- "node": "20.9.0"
18
+ "node": ">=20"
19
19
  },
20
20
  "packageManager": "yarn@4.6.0",
21
21
  "directories": {