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 12, 2024
1 parent f925937 commit d314bce
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/conventional-commits-bump/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

<!-- version:0.1.1 -->
## 0.1.1 (2024-10-12)

[Compare changes](https://github.com/Wroud/foundation/compare/cc-bump-v0.1.0...cc-bump-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937))

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

Expand Down
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.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "[email protected]",
"bin": "./lib/cli.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/conventional-commits-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

<!-- version:0.1.1 -->
## 0.1.1 (2024-10-12)

[Compare changes](https://github.com/Wroud/foundation/compare/cc-changelog-v0.1.0...cc-changelog-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937))

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

Expand Down
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.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "[email protected]",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/conventional-commits-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

<!-- version:0.1.1 -->
## 0.1.1 (2024-10-12)

[Compare changes](https://github.com/Wroud/foundation/compare/cc-parser-v0.1.0...cc-parser-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937))

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

Expand Down
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.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "[email protected]",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

<!-- version:0.1.1 -->
## 0.1.1 (2024-10-12)

[Compare changes](https://github.com/Wroud/foundation/compare/github-v0.1.0...github-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937))

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

Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/github",
"description": "A lightweight GitHub integration library for working with git history, co-authors, issues, and commit links. Supports extracting GitHub metadata, generating GitHub URLs, and managing commit trailers in TypeScript.",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "[email protected]",
"exports": {
Expand Down

0 comments on commit d314bce

Please sign in to comment.