Skip to content

Commit

Permalink
chore(main): release crosspost 0.1.0 (#9)
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 Nov 19, 2024
1 parent f54600c commit 7a806af
Show file tree
Hide file tree
Showing 5 changed files with 22 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.0.0"
".": "0.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.1.0 (2024-11-19)


### Features

* Bluesky strategy ([16b81a0](https://github.com/humanwhocodes/crosspost/commit/16b81a0e44f9e549f002b24c66ab04b984d310f8))
* Ready first release ([3af8c9d](https://github.com/humanwhocodes/crosspost/commit/3af8c9d55fb696e54ec8897d13bf66ee97628165))
* Switch Bluesky to custom API implementation ([7c07e90](https://github.com/humanwhocodes/crosspost/commit/7c07e900368e57668bf7c50112c08ded3e283af3))


### Bug Fixes

* JSR entrypoing (again) ([42eb597](https://github.com/humanwhocodes/crosspost/commit/42eb5976b8231cc4ce40f7c769cb20658259d80a))
* JSR entrypoint ([3f1cf90](https://github.com/humanwhocodes/crosspost/commit/3f1cf905163e7aa24c148ae90bff1f23547961eb))
* Type locations and license ([62034f5](https://github.com/humanwhocodes/crosspost/commit/62034f57d4065fa5f9561e57d862a5875ccc677c))
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.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "A utility to retry failed async methods.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 7a806af

Please sign in to comment.