Skip to content

Commit a392b59

Browse files
committed
chore(): release v1.2.0
1 parent c7b54cd commit a392b59

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/ali-master/uuidv47/compare/1.1.0...1.2.0) (2025-10-07)
4+
5+
### Features
6+
7+
* **ci:** add slug for Codecov integration in CI configuration ([d952809](https://github.com/ali-master/uuidv47/commit/d9528094aa3c33567346a4cad7268d07234e1aec))
8+
* **uuid:** add UUID v7 timestamp extraction support ([c7b54cd](https://github.com/ali-master/uuidv47/commit/c7b54cdb54e2784367df2683af0f376734166fe0))
9+
10+
### Bug Fixes
11+
12+
* **svg:** update text for clarity in social preview graphic ([a009ced](https://github.com/ali-master/uuidv47/commit/a009ced9fee7b575e78c2246f00d1b159e8c9f31))
13+
* **tests:** reorder CI environment variable for test execution ([f3eb125](https://github.com/ali-master/uuidv47/commit/f3eb125cdef1e7f05578bd5fda9569d7ecb2b49d))
14+
15+
### Chores
16+
17+
* **deps:** bump bunup to v0.11.27 and update lockfile ([047f63c](https://github.com/ali-master/uuidv47/commit/047f63cfe6ff0da39d8b12851f4ee4ccbdf4e605))
18+
319
## [1.1.0](https://github.com/ali-master/uuidv47/compare/1.0.0...1.1.0) (2025-09-22)
420

521
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@usex/uuidv47",
33
"description": "A TypeScript implementation of UUIDv47 - reversible UUID v4/v7 transformation using SipHash-2-4",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"type": "module",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)