Skip to content

Commit

Permalink
Merge pull request #1 from gobengo/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--ucanto-name-system

chore(main): release 1.0.0
  • Loading branch information
gobengo authored May 24, 2022
2 parents 385ad17 + aeb670a commit 0a33dfe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.0.0 (2022-05-24)


### Features

* add /ipfs route to proxy to gateway ([#10](https://github.com/gobengo/activitypub-ucanto/issues/10)) ([93f2602](https://github.com/gobengo/activitypub-ucanto/commit/93f26024deb202f27f4a4e832f45a3813fdbe374))
* add bin script ([fbc651d](https://github.com/gobengo/activitypub-ucanto/commit/fbc651d432d2c4125e76f8b5daf2060e40d7a72b))
* add release-please action ([e7d0c75](https://github.com/gobengo/activitypub-ucanto/commit/e7d0c754ee911e3f80e71d1c424e356d5a80e8d2))
* can configure path/ports via env vars ([796cd22](https://github.com/gobengo/activitypub-ucanto/commit/796cd22b0cd1e240d41f36f3d0058d68c8e46296))
* implement issuer/audience ([ed63deb](https://github.com/gobengo/activitypub-ucanto/commit/ed63deb677900d3564e70684ec7639c3aabecc81))
* read args from env vars with UCANTO_NAME_ prefix ([#7](https://github.com/gobengo/activitypub-ucanto/issues/7)) ([a0d1c2e](https://github.com/gobengo/activitypub-ucanto/commit/a0d1c2e39f053608e3b83350dcfc3d2867ccafc0))
* remove ucan-storage dependency ([1586260](https://github.com/gobengo/activitypub-ucanto/commit/158626018d2670667fed892bf595fe96528c4c13))


### Bug Fixes

* follow redirects in gateway proxy route ([04cf86e](https://github.com/gobengo/activitypub-ucanto/commit/04cf86e74fe56b68ca750024860c8adfe51a286e))
* ts errors ([e9f942f](https://github.com/gobengo/activitypub-ucanto/commit/e9f942fc809dd3a715fdaadf7ed84440ed79a523))

## [1.4.0](https://github.com/web3-storage/ucanto-name-system/compare/v1.3.1...v1.4.0) (2022-05-05)


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": "activitypub-ucanto",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"main": "./lib/index.js",
"bin": "./lib/bin.js",
Expand Down

0 comments on commit 0a33dfe

Please sign in to comment.