Skip to content

Commit f164573

Browse files
chore(main): release social-changelog 0.3.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93b8ee6 commit f164573

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/humanwhocodes/social-changelog/compare/social-changelog-v0.2.1...social-changelog-v0.3.0) (2025-05-13)
4+
5+
6+
### Features
7+
8+
* Add support for GitHub Models ([#26](https://github.com/humanwhocodes/social-changelog/issues/26)) ([55dec8b](https://github.com/humanwhocodes/social-changelog/commit/55dec8b8a68e40e9e07a77aa795efd2bb011aa62))
9+
310
## [0.2.1](https://github.com/humanwhocodes/social-changelog/compare/social-changelog-v0.2.0...social-changelog-v0.2.1) (2025-04-16)
411

512

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/social-changelog",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/social-changelog",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Generates social posts from a GitHub release changelog.",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)