Skip to content

Commit

Permalink
chore(main): release crosspost 0.1.1 (#10)
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>

fixes #2
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 892ce01 commit 2b19e31
Show file tree
Hide file tree
Showing 5 changed files with 13 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.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/humanwhocodes/crosspost/compare/crosspost-v0.1.0...crosspost-v0.1.1) (2024-11-21)


### Bug Fixes

* Ensure package is built before publish ([892ce01](https://github.com/humanwhocodes/crosspost/commit/892ce016966d30829188530104782c7c15478a2b))
* Update package.json description ([1fec773](https://github.com/humanwhocodes/crosspost/commit/1fec77334b8d881c65abdf958abd48fe95045a6e))

## 0.1.0 (2024-11-19)


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

0 comments on commit 2b19e31

Please sign in to comment.