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 Oct 7, 2024
1 parent 719532f commit 9d408c3
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/conventional-commits-bump/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-10-07)

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

- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb))

2 changes: 1 addition & 1 deletion packages/conventional-commits-bump/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/conventional-commits-bump",
"description": "A utility for determining version bump types (major, minor, patch) based on conventional commit messages, facilitating semantic versioning in your projects.",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"bin": "./lib/cli.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/conventional-commits-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- header -->
# Changelog

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

<!-- version:0.1.0 -->
## 0.1.0 (2024-10-07)

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

- add changelog marker and empty message ([bdbf137](https://github.com/Wroud/foundation/commit/bdbf137))
- add release date and formatter ([73d0271](https://github.com/Wroud/foundation/commit/73d0271))
- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb))

2 changes: 1 addition & 1 deletion packages/conventional-commits-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/conventional-commits-changelog",
"description": "A TypeScript library for generating markdown changelogs from conventional commit messages, providing a structured and consistent format for documenting project updates.",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/conventional-commits-parser/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-10-07)

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

- automated releases ([5b14fdb](https://github.com/Wroud/foundation/commit/5b14fdb))

2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/conventional-commits-parser",
"description": "A lightweight parser for conventional commits that supports extracting commit metadata, generating commit messages, and managing commit trailers in TypeScript.",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"exports": {
Expand Down

0 comments on commit 9d408c3

Please sign in to comment.