nestwhats 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ # [v1.0.1](https://github.com/NedcloarBR/NestWhats/commits/v1.0.0...v1.0.1) - (2025-02-01)
5
+
6
+ ## Bug Fixes
7
+
8
+ - Node engine ([56e41d4](https://github.com/NedcloarBR/NestWhats/commit/56e41d42cce4507a40f8373d67890b3ab6155535))
9
+
4
10
  # [v1.0.0](https://github.com/NedcloarBR/NestWhats/commits/v1.0.0) - (2025-02-01)
5
11
 
6
12
  ## Features
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.1",
4
+ "version": "1.0.2",
5
5
  "author": {
6
6
  "name": "Miguel Alexandre Uhlein",
7
7
  "email": "nedcloar1@hotmail.com"
@@ -43,7 +43,7 @@
43
43
  "format": "yarn biome format --write ./",
44
44
  "lint": "yarn biome lint ./",
45
45
  "check": "yarn biome check --write ./",
46
- "postinstall": "husky"
46
+ "prepare": "husky"
47
47
  },
48
48
  "dependencies": {
49
49
  "path-to-regexp": "8.2.0",