diff --git a/packages/conventional-commits-bump/CHANGELOG.md b/packages/conventional-commits-bump/CHANGELOG.md index 4e2f9b0..83c3aab 100644 --- a/packages/conventional-commits-bump/CHANGELOG.md +++ b/packages/conventional-commits-bump/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.1 (2024-10-12) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-bump-v0.1.0...cc-bump-v0.1.1) + + +### 🩹 Fixes + +- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937)) + ## 0.1.0 (2024-10-07) diff --git a/packages/conventional-commits-bump/package.json b/packages/conventional-commits-bump/package.json index 42ee28c..237d5b1 100644 --- a/packages/conventional-commits-bump/package.json +++ b/packages/conventional-commits-bump/package.json @@ -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": "yarn@4.5.0", "bin": "./lib/cli.js", diff --git a/packages/conventional-commits-changelog/CHANGELOG.md b/packages/conventional-commits-changelog/CHANGELOG.md index 8f674ec..dcfff48 100644 --- a/packages/conventional-commits-changelog/CHANGELOG.md +++ b/packages/conventional-commits-changelog/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.1 (2024-10-12) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-changelog-v0.1.0...cc-changelog-v0.1.1) + + +### 🩹 Fixes + +- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937)) + ## 0.1.0 (2024-10-07) diff --git a/packages/conventional-commits-changelog/package.json b/packages/conventional-commits-changelog/package.json index 92f2335..41f6353 100644 --- a/packages/conventional-commits-changelog/package.json +++ b/packages/conventional-commits-changelog/package.json @@ -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": "yarn@4.5.0", "exports": { diff --git a/packages/conventional-commits-parser/CHANGELOG.md b/packages/conventional-commits-parser/CHANGELOG.md index 4e2f9b0..24d6293 100644 --- a/packages/conventional-commits-parser/CHANGELOG.md +++ b/packages/conventional-commits-parser/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.1 (2024-10-12) + +[Compare changes](https://github.com/Wroud/foundation/compare/cc-parser-v0.1.0...cc-parser-v0.1.1) + + +### 🩹 Fixes + +- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937)) + ## 0.1.0 (2024-10-07) diff --git a/packages/conventional-commits-parser/package.json b/packages/conventional-commits-parser/package.json index 60ea3bc..cf4afce 100644 --- a/packages/conventional-commits-parser/package.json +++ b/packages/conventional-commits-parser/package.json @@ -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": "yarn@4.5.0", "exports": { diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index 7d5e29e..9c427b1 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.1.1 (2024-10-12) + +[Compare changes](https://github.com/Wroud/foundation/compare/github-v0.1.0...github-v0.1.1) + + +### 🩹 Fixes + +- specify files to publish to npm ([f925937](https://github.com/Wroud/foundation/commit/f925937)) + ## 0.1.0 (2024-10-07) diff --git a/packages/github/package.json b/packages/github/package.json index 78f0942..7bf211f 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -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": "yarn@4.5.0", "exports": {