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 6eeec1e commit e83ec77Copy full SHA for e83ec77
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [8.0.0](https://github.com/Mister-Hope/bcrypt-ts/compare/v7.0.0...v8.0.0) (2025-05-01)
6
+
7
+### ⚠ BREAKING CHANGES
8
9
+- Drop cjs and umd builds
10
11
+### Features
12
13
+- use `scheduler.postTask` if possible ([6b2e2c5](https://github.com/Mister-Hope/bcrypt-ts/commit/6b2e2c576012d494e10c6479cd7d76e863930d47))
14
15
## [7.0.0](https://github.com/Mister-Hope/bcrypt-ts/compare/v6.0.0...v7.0.0) (2025-05-01)
16
17
### ⚠ BREAKING CHANGES
package.json
@@ -1,6 +1,6 @@
1
{
"name": "bcrypt-ts",
- "version": "7.1.0",
+ "version": "8.0.0",
"description": "bcrypt written in typescript",
"keywords": [
"bcrypt",
0 commit comments