Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#7)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.0.1](v1.0.0...v1.0.1)
(2023-05-12)


### Bug Fixes

* remove redundant entries check in ad constructor
([#6](#6))
([9707c84](9707c84))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 15, 2023
1 parent 9707c84 commit 13df312
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/web3-storage/ipni/compare/v1.0.0...v1.0.1) (2023-05-12)


### Bug Fixes

* remove redundant entries check in ad constructor ([#6](https://github.com/web3-storage/ipni/issues/6)) ([9707c84](https://github.com/web3-storage/ipni/commit/9707c8461105cb8fca0e121e7cf4d75d92fee161))

## 1.0.0 (2023-05-12)


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,7 +1,7 @@
{
"name": "@web3-storage/ipni",
"description": "Create signed advertisements for the IPFS Network Indexer",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 13df312

Please sign in to comment.