Skip to content

Commit ab4b49d

Browse files
chore(release): 3.3.0 [skip ci]
# [3.3.0](v3.2.0...v3.3.0) (2025-01-09) ### Features * add support for dynamic meta keys in hellog ([7fa2739](7fa2739))
1 parent 7fa2739 commit ab4b49d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.3.0](https://github.com/LMaxence/hellog/compare/v3.2.0...v3.3.0) (2025-01-09)
2+
3+
4+
### Features
5+
6+
* add support for dynamic meta keys in hellog ([7fa2739](https://github.com/LMaxence/hellog/commit/7fa2739405a70fcbd943faf80227062d42e3448d))
7+
18
# [3.2.0](https://github.com/LMaxence/hellog/compare/v3.1.0...v3.2.0) (2025-01-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@steffthestunt/hellog",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Another logger for JS. This one offers a console.log-like API, with plugin-based extensibility, all that with 0 dependencies.",
55
"keywords": [
66
"log",

0 commit comments

Comments
 (0)