Skip to content

Commit 709d638

Browse files
committed
chore: release v0.1.5
1 parent 2ceeb42 commit 709d638

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## v0.1.4...main
3+
4+
[compare changes](https://github.com/stacksjs/logsmith/compare/v0.1.4...main)
5+
6+
### 🏡 Chore
7+
8+
- Wip ([aebdf52](https://github.com/stacksjs/logsmith/commit/aebdf52))
9+
- Update logsmith defaults ([2ceeb42](https://github.com/stacksjs/logsmith/commit/2ceeb42))
10+
11+
### ❤️ Contributors
12+
13+
- Adelino Ngomacha <adelinob335@gmail.com>
14+
215
## v0.1.3...main
316

417
[compare changes](https://github.com/stacksjs/logsmith/compare/v0.1.3...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/logsmith",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"private": true,
66
"description": "Forge beautiful changelog automatically.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/logsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/logsmith",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"description": "Forge beautiful changelog automatically.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

test-changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/logsmith/compare/v0.1.4...HEAD)
3+
4+
### 🔧 Chores
5+
6+
- update logsmith defaults ([2ceeb42](https://github.com/stacksjs/logsmith/commit/2ceeb42))
7+
- wip ([aebdf52](https://github.com/stacksjs/logsmith/commit/aebdf52))
8+
9+
### Contributors
10+
11+
- Adelino Ngomacha <adelinob335@gmail.com>
212

313
### 🧹 Chores
414

0 commit comments

Comments
 (0)