From 7a806afd231497ff820e731c439b4e6f8c203a49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:35:25 -0500 Subject: [PATCH] chore(main): release crosspost 0.1.0 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ef04198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.1.0 (2024-11-19) + + +### Features + +* Bluesky strategy ([16b81a0](https://github.com/humanwhocodes/crosspost/commit/16b81a0e44f9e549f002b24c66ab04b984d310f8)) +* Ready first release ([3af8c9d](https://github.com/humanwhocodes/crosspost/commit/3af8c9d55fb696e54ec8897d13bf66ee97628165)) +* Switch Bluesky to custom API implementation ([7c07e90](https://github.com/humanwhocodes/crosspost/commit/7c07e900368e57668bf7c50112c08ded3e283af3)) + + +### Bug Fixes + +* JSR entrypoing (again) ([42eb597](https://github.com/humanwhocodes/crosspost/commit/42eb5976b8231cc4ce40f7c769cb20658259d80a)) +* JSR entrypoint ([3f1cf90](https://github.com/humanwhocodes/crosspost/commit/3f1cf905163e7aa24c148ae90bff1f23547961eb)) +* Type locations and license ([62034f5](https://github.com/humanwhocodes/crosspost/commit/62034f57d4065fa5f9561e57d862a5875ccc677c)) diff --git a/jsr.json b/jsr.json index 29a0809..7f8d8c1 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.0.0", + "version": "0.1.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index 17c18cd..e2c2073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/crosspost", - "version": "0.0.0", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "twitter-api-v2": "^1.18.1" diff --git a/package.json b/package.json index 2a754f7..6fa50da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.0.0", + "version": "0.1.0", "description": "A utility to retry failed async methods.", "type": "module", "main": "dist/cjs/index.cjs",