diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad79fd7..b9cd119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.3.0...crosspost-v0.3.1) (2025-01-08) + + +### Bug Fixes + +* CLI should exit with non-zero code when a strategy fails ([37e48e7](https://github.com/humanwhocodes/crosspost/commit/37e48e7caacda09cc9a5f4bfea9615811ec7c8a7)) +* **deps:** update dependency dotenv to v16.4.7 ([#27](https://github.com/humanwhocodes/crosspost/issues/27)) ([44b5942](https://github.com/humanwhocodes/crosspost/commit/44b59420e28606cabb34465ba955afa1ba9c8af7)) + ## [0.3.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.1...crosspost-v0.3.0) (2024-12-30) diff --git a/jsr.json b/jsr.json index 71055bc..feec5d5 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.3.0", + "version": "0.3.1", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index 73eec2c..2d22933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/crosspost", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/env": "^3.0.5", diff --git a/package.json b/package.json index 4578703..ed58fa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.3.0", + "version": "0.3.1", "description": "A utility to post across multiple social networks.", "type": "module", "main": "dist/cjs/index.cjs",