Skip to content

Commit

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


## [3.1.0](v3.0.0...v3.1.0)
(2023-12-15)


### Features

* add IPNI EntryChunk encoding
([#18](#18))
([d4e44c3](d4e44c3))


### Bug Fixes

* test that CID parameters are compatible CID types
([#17](#17))
([b0ca303](b0ca303))

---
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] committed Dec 15, 2023
1 parent b0ca303 commit ec1e3dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/web3-storage/ipni/compare/v3.0.0...v3.1.0) (2023-12-15)


### Features

* add IPNI EntryChunk encoding ([#18](https://github.com/web3-storage/ipni/issues/18)) ([d4e44c3](https://github.com/web3-storage/ipni/commit/d4e44c328ad1a0c69e54d4565c9e38a451e0954c))


### Bug Fixes

* test that CID parameters are compatible CID types ([#17](https://github.com/web3-storage/ipni/issues/17)) ([b0ca303](https://github.com/web3-storage/ipni/commit/b0ca303e945bcc9e915e3b0c4ec2256342f97e1a))

## [3.0.0](https://github.com/web3-storage/ipni/compare/v2.0.0...v3.0.0) (2023-05-22)


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": "3.0.0",
"version": "3.1.0",
"type": "module",
"main": "index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ec1e3dc

Please sign in to comment.