Skip to content

Commit

Permalink
chore(main): release crosspost 0.3.0 (#26)
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 30, 2024
1 parent 976b500 commit 23189e5
Show file tree
Hide file tree
Showing 5 changed files with 21 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.1"
".": "0.3.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.1...crosspost-v0.3.0) (2024-12-30)


### ⚠ BREAKING CHANGES

* Client#post() always returns array of responses ([#23](https://github.com/humanwhocodes/crosspost/issues/23))

### Features

* Client#post() always returns array of responses ([#23](https://github.com/humanwhocodes/crosspost/issues/23)) ([976b500](https://github.com/humanwhocodes/crosspost/commit/976b500e1380de1e943839b86bd800469e0f771e))


### Bug Fixes

* **deps:** update dependency twitter-api-v2 to v1.18.2 ([#18](https://github.com/humanwhocodes/crosspost/issues/18)) ([18a60a3](https://github.com/humanwhocodes/crosspost/commit/18a60a3d1729ad06c59aaa34c00a0082885f8517))

## [0.2.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.0...crosspost-v0.2.1) (2024-12-13)


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.1",
"version": "0.3.0",
"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.1",
"version": "0.3.0",
"description": "A utility to post across multiple social networks.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 23189e5

Please sign in to comment.