From 85babee99643442276eab44c30ec4a525a4fdac1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:12:59 -0500 Subject: [PATCH] chore(main): release crosspost 0.2.0 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d503c..8d8d150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.1.1...crosspost-v0.2.0) (2024-11-22) + + +### Features + +* Add CLI ([#12](https://github.com/humanwhocodes/crosspost/issues/12)) ([fda0ccb](https://github.com/humanwhocodes/crosspost/commit/fda0ccb4b4dad803f4f4666b2cc212d85129ba9a)) + ## [0.1.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.1.0...crosspost-v0.1.1) (2024-11-21) diff --git a/jsr.json b/jsr.json index e0159c8..5173f77 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.1", + "version": "0.2.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index e270029..1c9f9fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/crosspost", - "version": "0.1.1", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/env": "^3.0.5", diff --git a/package.json b/package.json index fcb68bd..f1e6793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.1.1", + "version": "0.2.0", "description": "A utility to post across multiple social networks.", "type": "module", "main": "dist/cjs/index.cjs",