Skip to content

Commit 23189e5

Browse files
chore(main): release crosspost 0.3.0 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 976b500 commit 23189e5

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.1...crosspost-v0.3.0) (2024-12-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Client#post() always returns array of responses ([#23](https://github.com/humanwhocodes/crosspost/issues/23))
9+
10+
### Features
11+
12+
* Client#post() always returns array of responses ([#23](https://github.com/humanwhocodes/crosspost/issues/23)) ([976b500](https://github.com/humanwhocodes/crosspost/commit/976b500e1380de1e943839b86bd800469e0f771e))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
319
## [0.2.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.2.0...crosspost-v0.2.1) (2024-12-13)
420

521

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/crosspost",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanwhocodes/crosspost",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A utility to post across multiple social networks.",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)