From 2b19e317f5b29a0c2bce8637af9129f4db257bff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:08:42 -0500 Subject: [PATCH] chore(main): release crosspost 0.1.1 (#10) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> fixes #2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef04198..a3d503c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.1.0...crosspost-v0.1.1) (2024-11-21) + + +### Bug Fixes + +* Ensure package is built before publish ([892ce01](https://github.com/humanwhocodes/crosspost/commit/892ce016966d30829188530104782c7c15478a2b)) +* Update package.json description ([1fec773](https://github.com/humanwhocodes/crosspost/commit/1fec77334b8d881c65abdf958abd48fe95045a6e)) + ## 0.1.0 (2024-11-19) diff --git a/jsr.json b/jsr.json index 7f8d8c1..e0159c8 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.0", + "version": "0.1.1", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index e2c2073..01463f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/crosspost", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "dependencies": { "twitter-api-v2": "^1.18.1" diff --git a/package.json b/package.json index 3235d82..977bd26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.0", + "version": "0.1.1", "description": "A utility to post across multiple social networks.", "type": "module", "main": "dist/cjs/index.cjs",