Skip to content

Commit 0516de9

Browse files
chore(main): release crosspost 0.4.0 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a45e6c commit 0516de9

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
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.3.1"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.3.1...crosspost-v0.4.0) (2025-02-11)
4+
5+
6+
### Features
7+
8+
* Allow file input for CLI ([#36](https://github.com/humanwhocodes/crosspost/issues/36)) ([67ce231](https://github.com/humanwhocodes/crosspost/commit/67ce23187d0a5c064cacc963bf46c39b66e25e60))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency twitter-api-v2 to v1.19.0 ([#29](https://github.com/humanwhocodes/crosspost/issues/29)) ([ef0241e](https://github.com/humanwhocodes/crosspost/commit/ef0241e06063ddd3f902c4cf6f872efcaaca19cb))
14+
315
## [0.3.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.3.0...crosspost-v0.3.1) (2025-01-08)
416

517

jsr.json

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

package-lock.json

Lines changed: 2 additions & 2 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/crosspost",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A utility to post across multiple social networks.",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)