diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8d150..0a99b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.0...crosspost-v0.2.1) (2024-12-13) + + +### Bug Fixes + +* Detect URLs in posts ([#20](https://github.com/humanwhocodes/crosspost/issues/20)) ([eabc46a](https://github.com/humanwhocodes/crosspost/commit/eabc46a32c451be513cb9ee9d238aa50d2e407e6)) + ## [0.2.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.1.1...crosspost-v0.2.0) (2024-11-22) diff --git a/jsr.json b/jsr.json index 5173f77..8285cdf 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.2.0", + "version": "0.2.1", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index cb4c6af..726d3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanwhocodes/crosspost", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/env": "^3.0.5", diff --git a/package.json b/package.json index 593494f..70bc378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/crosspost", - "version": "0.2.0", + "version": "0.2.1", "description": "A utility to post across multiple social networks.", "type": "module", "main": "dist/cjs/index.cjs",