Skip to content

Commit e83ec77

Browse files
committed
chore: release v8.0.0
1 parent 6eeec1e commit e83ec77

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
515
## [7.0.0](https://github.com/Mister-Hope/bcrypt-ts/compare/v6.0.0...v7.0.0) (2025-05-01)
616

717
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bcrypt-ts",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "bcrypt written in typescript",
55
"keywords": [
66
"bcrypt",

0 commit comments

Comments
 (0)