Skip to content

Commit 9d0212c

Browse files
chore: release
1 parent 74bb7e2 commit 9d0212c

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- header -->
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
<!-- version:0.1.0 -->
7+
## 0.1.0 (2024-11-26)
8+
9+
<!-- changelog -->
10+
### ✨ Features
11+
12+
- base implementation ([74bb7e2](https://github.com/Wroud/foundation/commit/74bb7e2))
13+

packages/@wroud/api-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wroud/api-logger",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "@wroud/api-logger is a lightweight, TypeScript-compatible logging interface for JavaScript applications. It provides standardized logging methods (`info`, `warn`, `error`) to ensure consistent and maintainable logging across your projects. Designed as an ESM-only package, it seamlessly integrates with modern JavaScript workflows and various logging implementations, making it an ideal choice for developers seeking flexibility and type safety in their logging solutions.",
66
"sideEffects": [],
77
"exports": {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- header -->
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
<!-- version:0.1.0 -->
7+
## 0.1.0 (2024-11-26)
8+
9+
<!-- changelog -->
10+
### ✨ Features
11+
12+
- base implementation ([74bb7e2](https://github.com/Wroud/foundation/commit/74bb7e2))
13+

packages/@wroud/flow-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wroud/flow-middleware",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "A lightweight middleware management library for JavaScript and TypeScript, facilitating middleware chains with re-runs, error handling, and disposability.",
66
"sideEffects": [],
77
"exports": {

0 commit comments

Comments
 (0)