Skip to content

Commit 7a440c5

Browse files
chore(main): release crosspost 0.3.1 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44b5942 commit 7a440c5

5 files changed

+13
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.3.0...crosspost-v0.3.1) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* CLI should exit with non-zero code when a strategy fails ([37e48e7](https://github.com/humanwhocodes/crosspost/commit/37e48e7caacda09cc9a5f4bfea9615811ec7c8a7))
9+
* **deps:** update dependency dotenv to v16.4.7 ([#27](https://github.com/humanwhocodes/crosspost/issues/27)) ([44b5942](https://github.com/humanwhocodes/crosspost/commit/44b59420e28606cabb34465ba955afa1ba9c8af7))
10+
311
## [0.3.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.1...crosspost-v0.3.0) (2024-12-30)
412

513

jsr.json

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/crosspost",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A utility to post across multiple social networks.",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)