Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent 74bb7e2 commit 9d0212c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/@wroud/api-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- header -->
# Changelog

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

<!-- version:0.1.0 -->
## 0.1.0 (2024-11-26)

<!-- changelog -->
### ✨ Features

- base implementation ([74bb7e2](https://github.com/Wroud/foundation/commit/74bb7e2))

2 changes: 1 addition & 1 deletion packages/@wroud/api-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/api-logger",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"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.",
"sideEffects": [],
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/@wroud/flow-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- header -->
# Changelog

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

<!-- version:0.1.0 -->
## 0.1.0 (2024-11-26)

<!-- changelog -->
### ✨ Features

- base implementation ([74bb7e2](https://github.com/Wroud/foundation/commit/74bb7e2))

2 changes: 1 addition & 1 deletion packages/@wroud/flow-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/flow-middleware",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"description": "A lightweight middleware management library for JavaScript and TypeScript, facilitating middleware chains with re-runs, error handling, and disposability.",
"sideEffects": [],
"exports": {
Expand Down

0 comments on commit 9d0212c

Please sign in to comment.