Skip to content

Commit

Permalink
chore(main): release crosspost 0.2.1 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent eabc46a commit 0901997
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/crosspost",
"version": "0.2.0",
"version": "0.2.1",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0901997

Please sign in to comment.