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",